diff --git a/src/views/dashboard/basket.vue b/src/views/dashboard/basket.vue index 9c587fb..8d6dfd1 100644 --- a/src/views/dashboard/basket.vue +++ b/src/views/dashboard/basket.vue @@ -30,7 +30,7 @@ export default { chart: null, options: { title: { - text: '用户月充值报表' + text: '月收益报表' }, tooltip: {}, xAxis: { @@ -71,9 +71,9 @@ export default { }, drawLine(val) { if (val !== '') { - this.options.title.text = val + '月充值统计/元' + this.options.title.text = val + '月收益统计/元' } else { - this.options.title.text = '本月充值统计/元' + this.options.title.text = '本月篮球订单统计/元' } findBasketMoney(val).then(response => { this.options.xAxis.data = [] diff --git a/src/views/vip/card/index.vue b/src/views/vip/card/index.vue index 2152c88..bff681b 100644 --- a/src/views/vip/card/index.vue +++ b/src/views/vip/card/index.vue @@ -39,14 +39,14 @@ - +