Zimo 8 часов назад
Родитель
Сommit
39da662129
1 измененных файлов с 31 добавлено и 31 удалено
  1. 31 31
      src/views/pms/iotrhdailyreport/index.vue

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

@@ -42,35 +42,6 @@ const initQuery: Query = {
 const query = ref<Query>({ ...initQuery })
 
 const totalWorkKeys: [string, string, string, string, number][] = [
-  ['totalGasInjection', '万方', '累计注气量', 'i-material-symbols:cloud-outline text-sky', 2],
-  [
-    'totalWaterInjection',
-    '万方',
-    '累计注水量',
-    'i-material-symbols:water-drop-outline-rounded text-sky',
-    2
-  ],
-  [
-    'utilizationRate',
-    '%',
-    '设备利用率',
-    'i-material-symbols:check-circle-outline-rounded text-emerald',
-    0
-  ],
-  [
-    'totalPowerConsumption',
-    'MWh',
-    '累计用电量',
-    'i-material-symbols:electric-bolt-outline-rounded text-sky',
-    2
-  ],
-  [
-    'totalFuelConsumption',
-    '升',
-    '累计油耗',
-    'i-material-symbols:directions-car-outline-rounded text-sky',
-    2
-  ],
   ['totalCount', '个', '总数', 'i-tabler:report-analytics text-sky', 0],
   [
     'alreadyReported',
@@ -79,7 +50,36 @@ const totalWorkKeys: [string, string, string, string, number][] = [
     'i-material-symbols:check-circle-outline-rounded text-emerald',
     0
   ],
-  ['notReported', '个', '未填报', 'i-material-symbols:cancel-outline-rounded text-rose', 0]
+  ['notReported', '个', '未填报', 'i-material-symbols:cancel-outline-rounded text-rose', 0],
+  ['totalGasInjection', '万方', '累计注气量', 'i-material-symbols:cloud-outline text-sky', 2],
+  [
+    'totalWaterInjection',
+    '万方',
+    '累计注水量',
+    'i-material-symbols:water-drop-outline-rounded text-sky',
+    2
+  ]
+  // [
+  //   'utilizationRate',
+  //   '%',
+  //   '设备利用率',
+  //   'i-material-symbols:check-circle-outline-rounded text-emerald',
+  //   0
+  // ],
+  // [
+  //   'totalPowerConsumption',
+  //   'MWh',
+  //   '累计用电量',
+  //   'i-material-symbols:electric-bolt-outline-rounded text-sky',
+  //   2
+  // ],
+  // [
+  //   'totalFuelConsumption',
+  //   '升',
+  //   '累计油耗',
+  //   'i-material-symbols:directions-car-outline-rounded text-sky',
+  //   2
+  // ],
 ]
 
 const totalWork = ref({
@@ -301,7 +301,7 @@ const openUnfilledDialog = () => {
         </el-button>
       </el-form-item>
     </el-form>
-    <div class="grid grid-cols-8 gap-3">
+    <div class="grid grid-cols-5 gap-3">
       <div
         v-for="info in totalWorkKeys"
         :key="info[0]"