From cbda18f8e812080392fa7c87a264c80c3386e55e Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 25 May 2023 14:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppIntegralStatistics/AppIntegralStatistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/shuzipingchang/app/AppIntegralStatistics/AppIntegralStatistics.vue b/project/shuzipingchang/app/AppIntegralStatistics/AppIntegralStatistics.vue index c0f72564..9c898c20 100644 --- a/project/shuzipingchang/app/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/shuzipingchang/app/AppIntegralStatistics/AppIntegralStatistics.vue @@ -256,7 +256,7 @@ export default { return this.sta = [ {label: "签到次数统计", id: 'signCount', sta: signCountList, total: signCount}, {label: "积分申请次数统计", id: 'integralApplyCount', sta: integralApplyCountList, total: integralApplyCount}, - {label: "积分兑换次数统计(小程序用户)", id: 'integralExchangeCount', sta: integralExchangeCountList, total: integralExchangeCount} + {label: "积分兑换次数统计", id: 'integralExchangeCount', sta: integralExchangeCountList, total: integralExchangeCount} ] } }).then(() => this.sta.map(this.renderChart))