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 </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() {