diff --git a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue index 639210fd..0dbc942f 100644 --- a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue @@ -303,7 +303,7 @@ export default { if (res.data.ruleSortList && res.data.ruleSortList.length > 10) { ruleSortList = res.data.ruleSortList.slice(0, 10); } - this.ruleSortListX = ruleSortList.map(e => e.integral_rule_name).reverse() + this.ruleSortListX = ruleSortList.map(e => e.apply_item_name).reverse() this.ruleSortListY = ruleSortList.map(e => e.c).reverse() } return 1;