Просмотр исходного кода

Merge branch 'qhse_person' of shuzhihua/pms-iot-vue into master

yanghao 6 дней назад
Родитель
Сommit
a3594f4f38
1 измененных файлов с 18 добавлено и 15 удалено
  1. 18 15
      src/views/pms/stat/rhkb/rhsummary.vue

+ 18 - 15
src/views/pms/stat/rhkb/rhsummary.vue

@@ -19,14 +19,21 @@ type CardKey =
 type CardConfig = SummaryCardConfig<CardKey>
 
 const cardConfigs: CardConfig[] = [
-  {
-    key: 'device',
-    title: '设备数',
-    icon: 'i-material-symbols:device-hub-rounded',
+    {
+    key: 'todayGas',
+    title: '当日注气量(万方)',
+    icon: 'i-solar:gas-station-linear',
     accent: THEME.color.blue.strong,
     glow: THEME.color.blue.glow
   },
-  {
+   {
+    key: 'yearGas',
+    title: '累计注气量(万方)',
+    icon: 'i-solar:database-linear',
+    accent: THEME.color.green.strong,
+    glow: THEME.color.green.glow
+  },
+    {
     key: 'utilizationRate',
     title: '设备利用率(%)',
     icon: 'i-solar:chart-2-linear',
@@ -34,19 +41,15 @@ const cardConfigs: CardConfig[] = [
     glow: THEME.color.green.glow
   },
   {
-    key: 'todayGas',
-    title: '当日注气量(万方)',
-    icon: 'i-solar:gas-station-linear',
+    key: 'device',
+    title: '设备数',
+    icon: 'i-material-symbols:device-hub-rounded',
     accent: THEME.color.blue.strong,
     glow: THEME.color.blue.glow
   },
-  {
-    key: 'yearGas',
-    title: '累计注气量(万方)',
-    icon: 'i-solar:database-linear',
-    accent: THEME.color.green.strong,
-    glow: THEME.color.green.glow
-  },
+
+
+ 
   // {
   //   key: 'maintain',
   //   title: '维修工单',