|
@@ -310,10 +310,10 @@ let init={
|
|
y:[],
|
|
y:[],
|
|
name:"昨天"
|
|
name:"昨天"
|
|
},
|
|
},
|
|
- huanbi:{
|
|
|
|
- name:'环比',
|
|
|
|
- y:[]
|
|
|
|
- }
|
|
|
|
|
|
+ // huanbi:{
|
|
|
|
+ // name:'环比',
|
|
|
|
+ // y:[]
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -543,8 +543,8 @@ export default {
|
|
this.sectionOption.series[0].name=this.tabCost.today.name;
|
|
this.sectionOption.series[0].name=this.tabCost.today.name;
|
|
this.sectionOption.series[1].data=this.tabCost.yesterday.y;
|
|
this.sectionOption.series[1].data=this.tabCost.yesterday.y;
|
|
this.sectionOption.series[1].name=this.tabCost.yesterday.name;
|
|
this.sectionOption.series[1].name=this.tabCost.yesterday.name;
|
|
- this.sectionOption.series[2].data=this.tabCost.huanbi.y;
|
|
|
|
- this.sectionOption.series[2].name=this.tabCost.huanbi.name;
|
|
|
|
|
|
+ // this.sectionOption.series[2].data=this.tabCost.huanbi.y;
|
|
|
|
+ // this.sectionOption.series[2].name=this.tabCost.huanbi.name;
|
|
|
|
|
|
|
|
|
|
}else if(res.result.chart[0].afterData&& res.result.chart[0].afterData.statDate==moment().subtract(1,'days').format('YYYY-MM-DD')){
|
|
}else if(res.result.chart[0].afterData&& res.result.chart[0].afterData.statDate==moment().subtract(1,'days').format('YYYY-MM-DD')){
|