Kaynağa Gözat

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

Zimo 1 gün önce
ebeveyn
işleme
78b514c9cc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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