From be91cfe3b08768be0f4b048e8b31d1ea5eb79872 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 25 May 2023 14:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue index c0f72564..9c898c20 100644 --- a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/fengdu/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))