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 @@ - + - - + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 重置 - - - - 新增 - - - 修改 - - - 删除 - - - 导出 - - - - - - - - - - - - - - - - - - - - - - - - {{ parseTime(scope.row.getTime, '{y}-{m}-{d}') }} + + + + - - - 修改 - 删除 + + + {{scope.row.changeValue}} + + + + {{scope.row.message}} + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -