|
@@ -56,7 +56,7 @@
|
|
|
<span>{{ scope.row.total.quantity ? scope.row.total.quantity.toFixed(2) : '0.00' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="谷电(kW·h)" align="center">
|
|
|
+ <el-table-column label="低谷电(kW·h)" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.lowElec.quantity ? scope.row.lowElec.quantity.toFixed(2) : '0.00' }}</span>
|
|
|
</template>
|
|
@@ -84,7 +84,7 @@
|
|
|
<span>{{ scope.row.total.useCost ? scope.row.total.useCost.toFixed(2) : '0.00' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="谷电(元)" align="center">
|
|
|
+ <el-table-column label="低谷电(元)" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.lowElec.useCost ? scope.row.lowElec.useCost.toFixed(2) : '0.00' }}</span>
|
|
|
</template>
|