mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 12:00:11 +08:00
update
This commit is contained in:
@@ -130,11 +130,11 @@
|
|||||||
>导出
|
>导出
|
||||||
</el-button
|
</el-button
|
||||||
>
|
>
|
||||||
<div>
|
<!-- <div>
|
||||||
{{ dateDescription }}期间,总用电量{{ sumUsedElectricity }}度,总消费金额{{
|
{{ dateDescription }}期间,总用电量{{ sumUsedElectricity }}度,总消费金额{{
|
||||||
sumOrderAmount
|
sumOrderAmount
|
||||||
}}元,总结算金额{{ sumSettleAmount }}元
|
}}元,总结算金额{{ sumSettleAmount }}元
|
||||||
</div>
|
</div>-->
|
||||||
<el-popover placement="top-start" width="400" trigger="click">
|
<el-popover placement="top-start" width="400" trigger="click">
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
:indeterminate="isIndeterminate"
|
:indeterminate="isIndeterminate"
|
||||||
@@ -480,7 +480,7 @@ export default {
|
|||||||
// 查询站点列表
|
// 查询站点列表
|
||||||
this.getStationList();
|
this.getStationList();
|
||||||
// 获取订单总金额
|
// 获取订单总金额
|
||||||
this.getOrderTotalData();
|
// this.getOrderTotalData();
|
||||||
},
|
},
|
||||||
/** 查询订单列表 */
|
/** 查询订单列表 */
|
||||||
getList() {
|
getList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user