This commit is contained in:
张良(004796)
2023-12-22 15:44:03 +08:00
parent 4b6c7da4b6
commit c7453cd9a6
10 changed files with 717 additions and 1 deletions

View File

@@ -78,6 +78,11 @@ export const userRiskLowList = [
{ value: 2, 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},
]