Browse Source

🐞 fix(瑞鹰钻井): 汇总页面油耗不显示

Zimo 1 ngày trước cách đây
mục cha
commit
78b514c9cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/pms/iotrydailyreport/summary.vue

+ 1 - 1
src/views/pms/iotrydailyreport/summary.vue

@@ -101,7 +101,7 @@ const getTotal = useDebounceFn(async () => {
       ...res2,
       totalPowerConsumption: (res2.totalPowerConsumption || 0) / 1000,
       totalGasInjection: (res2.totalGasInjection || 0) / 10000,
-      totalFuelConsumption: (res2.totalWaterInjection || 0) / 10000
+      totalFuelConsumption: (res2.totalFuelConsumption || 0) / 10000
     }
   } finally {
     totalLoading.value = false