Zimo пре 1 недеља
родитељ
комит
21cd40edf1
1 измењених фајлова са 4 додато и 6 уклоњено
  1. 4 6
      src/views/pms/stat/rhkb/rhsummary.vue

+ 4 - 6
src/views/pms/stat/rhkb/rhsummary.vue

@@ -19,21 +19,21 @@ type CardKey =
 type CardConfig = SummaryCardConfig<CardKey>
 
 const cardConfigs: CardConfig[] = [
-    {
+  {
     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',
@@ -48,8 +48,6 @@ const cardConfigs: CardConfig[] = [
     glow: THEME.color.blue.glow
   },
 
-
- 
   // {
   //   key: 'maintain',
   //   title: '维修工单',
@@ -354,7 +352,7 @@ onMounted(() => {
         <span></span>
         <span></span>
       </div>
-      工单情
+      运行概
     </div>
 
     <div class="summary-panel__grid grid grid-cols-7 flex-1">