This commit is contained in:
dute7liang
2024-01-21 21:14:08 +08:00
parent 2510dd0a95
commit 0b5b166211
5 changed files with 277 additions and 24 deletions

View File

@@ -171,8 +171,8 @@ export const reportStatusList = [
export const platformTypeList = [
{ value: 'ALI', label: '支付宝',listClass: listClass.primary},
{ value: 'WX', label: '微信',listClass: listClass.danger},
{ value: '1', label: '支付宝',listClass: listClass.primary},
{ value: '2', label: '微信',listClass: listClass.danger},
{ value: 'ADMIN', label: '后台操作',listClass: listClass.info},
]