mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
手动结算订单
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
width="30%"
|
width="30%"
|
||||||
>
|
>
|
||||||
<span>平台收到充电桩传来的最后一次实时监测数据<br/></span>
|
<span>平台收到充电桩传来的最后一次实时监测数据<br/></span>
|
||||||
<span>时间:{{lastMonitorData.dateTime}}, 消费金额:{{lastMonitorData.chargingAmount}}, 充电度数:{{lastMonitorData.chargingDegree}}</span>
|
<span v-if="lastMonitorData != null">时间:{{lastMonitorData.dateTime}}, 消费金额:{{lastMonitorData.chargingAmount}}, 充电度数:{{lastMonitorData.chargingDegree}}</span>
|
||||||
|
<el-empty v-if="lastMonitorData == null" description="未查询到实时监测数据"/>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-button @click="dialogVisible = false">取 消</el-button>
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
||||||
<el-button type="primary" @click="confirmManualSettlement">确 定</el-button>
|
<el-button type="primary" @click="confirmManualSettlement">确 定</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user