瀏覽代碼

对账单修改

skyline 2 年之前
父節點
當前提交
71a62f31fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin-web/src/views/admin/station/statment/dialog.vue

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

@@ -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>