From ff99b3749df6b1c7a196170e283d6d7655e91e35 Mon Sep 17 00:00:00 2001 From: limqsh <540344226@qq.com> Date: Sun, 17 May 2026 10:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/basket.vue | 6 +++--- src/views/vip/card/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 @@ - +