This commit is contained in:
dute7liang
2024-01-03 23:04:03 +08:00
parent 2bdc3a7fbe
commit 0223ca5ec7
11 changed files with 390 additions and 104 deletions

View File

@@ -104,16 +104,10 @@ export const onlineStatusList = [
{ value: 1, label: '在线',listClass: listClass.danger},
]
export const anchorApplyStatus = [
{ value: 1, label: '审核中',listClass: listClass.info},
{ value: 2, label: '审核不通过',listClass: listClass.danger},
{ value: 3, label: '审核通过',listClass: listClass.primary},
]
export const auditStatusList = [
{ value: 1, label: '审核中',listClass: listClass.info},
{ value: 2, label: '审核通过',listClass: listClass.danger},
{ value: 3, label: '审核通过',listClass: listClass.primary},
{ value: 2, label: '审核通过',listClass: listClass.primary},
{ value: 3, label: '审核通过',listClass: listClass.danger},
]
/**