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) }