From 43f9e82c740b9f72442f263307ac788516ff3272 Mon Sep 17 00:00:00 2001 From: 777 <123@qwe.com> Date: Wed, 10 Dec 2025 14:52:35 +0800 Subject: [PATCH] 1231233 --- src/constant/statusMap.js | 13 + src/views/cai/pointChangeLog/index.vue | 463 ++++--------------------- 2 files changed, 71 insertions(+), 405 deletions(-) diff --git a/src/constant/statusMap.js b/src/constant/statusMap.js index cc32e9a..66ae2bd 100644 --- a/src/constant/statusMap.js +++ b/src/constant/statusMap.js @@ -338,3 +338,16 @@ export const topStatusList = [ { value: 2, label: '过期', listClass: listClass.info}, { value: 3, label: '待生效', listClass: listClass.warning}, ] + +/** + * PAY("1","充值"), + * SYSTEM("2","系统调整"), + * INVITE("3","分销"), + * USE("4","抽奖"), + */ +export const pointChangeLogActionTypeList = [ + { value: "1", label: '充值',listClass: listClass.info}, + { value: "2", label: '系统调整',listClass: listClass.danger}, + { value: "3", label: '分销',listClass: listClass.primary}, + { value: "4", label: '抽奖',listClass: listClass.primary}, +] diff --git a/src/views/cai/pointChangeLog/index.vue b/src/views/cai/pointChangeLog/index.vue index 7037135..6882106 100644 --- a/src/views/cai/pointChangeLog/index.vue +++ b/src/views/cai/pointChangeLog/index.vue @@ -1,203 +1,75 @@