Zimo 4 дней назад
Родитель
Сommit
60c0b27eb6

+ 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',
     '万方',