yusheng 1 settimana fa
parent
commit
01ee852efe
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      src/views/ems/index.vue

+ 3 - 2
src/views/ems/index.vue

@@ -370,7 +370,8 @@
     regionCostBarChart,
     todayData,
     usageTrend,
-    warningAnalysis,basicAreaPageAPI
+    warningAnalysis,
+    basicAreaPageAPI
   } from '@/api/ems';
 
   export default {
@@ -1310,7 +1311,7 @@
         }).then((res) => {
           this.todayList = [
             {
-              label: '月用电量(kWh)',
+              label: '月用电量(kWh)',
               value: res.todayElectricityUsage,
               chartOption: {}
             },