|
|
@@ -160,7 +160,7 @@ tbody tr td {
|
|
|
<tr style="text-align: center">
|
|
|
<td colspan="2">{{ state.ruleForm.stationName }}</td>
|
|
|
<td colspan="2">{{ state.ruleForm.totalPower }}</td>
|
|
|
- <td colspan="2">{{ u.fmt.fmtMoney(state.ruleForm.actualElecMoney) }}</td>
|
|
|
+ <td colspan="2">{{ u.fmt.fmtMoney(state.ruleForm.elecMoney) }}</td>
|
|
|
<td>{{ u.fmt.fmtMoney(state.ruleForm.serviceMoney - state.ruleForm.discountAmount) }}</td>
|
|
|
<td>{{ u.fmt.fmtMoney(state.ruleForm.totalMoney - state.ruleForm.discountAmount) }}</td>
|
|
|
</tr>
|