From 62a38d7d9e71f930f318c95eefce7d262f6c8b9f Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 21 Dec 2023 10:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E7=BB=9F=E8=AE=A1?= 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 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;