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