This commit is contained in:
2023-07-13 14:12:05 +08:00
parent c752dc504b
commit 28c6d4d7b4

View File

@@ -130,11 +130,11 @@
>导出
</el-button
>
<div>
<!-- <div>
{{ dateDescription }}期间总用电量{{ sumUsedElectricity }}总消费金额{{
sumOrderAmount
}}总结算金额{{ sumSettleAmount }}
</div>
</div>-->
<el-popover placement="top-start" width="400" trigger="click">
<el-checkbox
:indeterminate="isIndeterminate"
@@ -480,7 +480,7 @@ export default {
// 查询站点列表
this.getStationList();
// 获取订单总金额
this.getOrderTotalData();
// this.getOrderTotalData();
},
/** 查询订单列表 */
getList() {