From 4a6732d81637c6c845267cd8bf833107c9318a33 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 25 May 2023 10:26:21 +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 931f7188..c0f72564 100644 --- a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue @@ -534,7 +534,7 @@ export default { dataset: {dimensions: ['username', 'count', 'integral'], source: item.sta}, series: [ {name: "次数", barWidth: 10, barGap: '20%', type: 'bar'}, - {name: "获取积分", barWidth: 10, barGap: '20%', type: 'bar'} + {name: "积分", barWidth: 10, barGap: '20%', type: 'bar'} ] }, true) }