yusheng hai 4 días
pai
achega
01ee852efe
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/views/ems/index.vue

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

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