瀏覽代碼

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

Zimo 1 天之前
父節點
當前提交
78b514c9cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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