首页切自定义,触发查询

master
wyj2080 6 years ago
parent 429cd60ea2
commit a984ac622c

@ -269,7 +269,7 @@
case '今日': this.dateBtnValue = "今日";this.recentName = "近七天";this.dateSelectChange('今日');this.chartExtend.barWidth = 28;this.chartExtend.label.show = true;break;
case '本周': this.dateBtnValue = "本周";this.recentName = "本周";this.dateSelectChange('本周');this.chartExtend.barWidth = 28;this.chartExtend.label.show = true;break;
case '本月': this.dateBtnValue = "本月";this.recentName = "本月";this.dateSelectChange('本月');this.chartExtend.barWidth = 8;this.chartExtend.label.show = false;break;
case '自定义': this.dateBtnValue = "自定义";this.recentName = "自定义";break;
case '自定义': this.dateBtnValue = "自定义";this.recentName = "自定义";this.diyDateChange();break;
}
},
//

@ -78,12 +78,6 @@
title: '客户',
key: 'customer',
align: 'left',
width:'150px',
},
{
title: '推广数',
key: 'numb',
align: 'left',
},
],

Loading…
Cancel
Save