@@ -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: {}
},