Browse Source

对账单字段修改

skyline 2 years ago
parent
commit
21c61c6407
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin-web/src/views/admin/station/statment/dialog.vue

+ 1 - 1
admin-web/src/views/admin/station/statment/dialog.vue

@@ -69,8 +69,8 @@ tbody tr td {
             <td>{{ state.ruleForm.stationName }}</td>
             <td>{{ state.ruleForm.totalPower }}</td>
             <td>{{ u.fmt.fmtMoney(state.ruleForm.elecMoney) }}</td>
-            <td>{{ state.ruleForm.actualPower }}</td>
             <td>{{ u.fmt.fmtMoney(state.ruleForm.actualPower) }}</td>
+            <td>{{ u.fmt.fmtMoney(state.ruleForm.actualElecMoney) }}</td>
             <td>{{ u.fmt.fmtMoney(state.ruleForm.elecLossMoney) }}</td>
             <td>{{ u.fmt.fmtMoney(state.ruleForm.serviceMoney - state.ruleForm.discountAmount) }}</td>
             <td>{{ u.fmt.fmtMoney(state.ruleForm.totalMoney - state.ruleForm.discountAmount) }}</td>