mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 10:49:52 +08:00
订单启动方式
This commit is contained in:
@@ -80,7 +80,8 @@
|
||||
<div>
|
||||
<ul>
|
||||
<li v-for="totalDate in totalDateList">
|
||||
{{ totalDate.dateDescription }}期间,总用电量{{totalDate.sumUsedElectricity}}度,总消费金额{{ totalDate.sumOrderAmount }}元,总结算金额{{totalDate.sumSettleAmount}}元
|
||||
{{ totalDate.dateDescription }}期间,总用电量{{ totalDate.sumUsedElectricity }}度,总消费金额{{
|
||||
totalDate.sumOrderAmount }}元,总结算金额{{ totalDate.sumSettleAmount }}元
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -148,13 +149,16 @@
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="结束充电时间">{{ item.chargeEndTime }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="启动方式">{{ startMode(item.startMode) }}
|
||||
<el-descriptions-item v-if="item.startMode == 4 && item.thirdPartyType != null"
|
||||
label="启动方式">{{
|
||||
item.thirdPartyType }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item v-else label="启动方式">{{ startMode(item.startMode) }}
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
<div style="flex: 1; text-align: center; margin: auto"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum"
|
||||
:limit.sync="queryParams.pageSize" @pagination="getList" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user