瀏覽代碼

调整瑞恒精度

Zimo 4 天之前
父節點
當前提交
60c0b27eb6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/pms/iotrhdailyreport/index.vue
  2. 1 1
      src/views/pms/iotrhdailyreport/summary.vue

+ 1 - 1
src/views/pms/iotrhdailyreport/index.vue

@@ -54,7 +54,7 @@ const totalWorkKeys: [string, string, string, string, number][] = [
     0
   ],
   ['notReported', '个', '未填报', 'i-material-symbols:cancel-outline-rounded text-rose', 0],
-  ['totalGasInjection', '万方', '累计注气量', 'i-material-symbols:cloud-outline text-sky', 4],
+  ['totalGasInjection', '万方', '累计注气量', 'i-material-symbols:cloud-outline text-sky', 2],
   [
     'totalWaterInjection',
     '万方',

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

@@ -44,7 +44,7 @@ const query = ref<Query>({
 })
 
 const totalWorkKeys: [string, string, string, string, number][] = [
-  ['totalGasInjection', '万方', '累计注气量', 'i-material-symbols:cloud-outline text-sky', 4],
+  ['totalGasInjection', '万方', '累计注气量', 'i-material-symbols:cloud-outline text-sky', 2],
   [
     'totalWaterInjection',
     '万方',