init
This commit is contained in:
@@ -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},
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user