This commit is contained in:
77
2024-04-25 23:33:07 +08:00
parent 655f981840
commit 1aadefd36b
8 changed files with 358 additions and 72 deletions

View File

@@ -484,7 +484,7 @@ export const payStatusList = [
]
export const platformTypeList = [
{ value: "ADMIN", label: '后台管理操作',listClass: listClass.danger},
{ value: "ADMIN", label: '后台操作',listClass: listClass.danger},
{ value: "WX", label: '微信',listClass: listClass.success},
{ value: "ALI", label: '支付宝',listClass: listClass.primary},
{ value: "SYS", label: '系统操作',listClass: listClass.info},
@@ -544,7 +544,7 @@ export const reportStatusList = [
export const wxTransOrderSourceList = [
{ value: 1, label: '订单',listClass: listClass.primary},
{ value: 2, label: 'VIP赠送',listClass: listClass.warning},
{ value: 3, label: '后台管理新增',listClass: listClass.danger},
{ value: 3, label: '后台新增',listClass: listClass.danger},
]
export const consumeLogTypeList = [