积分统计

This commit is contained in:
liuye
2023-12-21 10:25:31 +08:00
parent bcfd770fc2
commit 62a38d7d9e

View File

@@ -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;