init
This commit is contained in:
@@ -101,7 +101,8 @@ export const onlineStatusList = [
|
||||
]
|
||||
|
||||
export const auditStatusList = [
|
||||
{ value: 1, label: '审核中',listClass: listClass.info},
|
||||
{ value: 0, label: '待提交',listClass: listClass.info},
|
||||
{ value: 1, label: '审核中',listClass: listClass.warning},
|
||||
{ value: 2, label: '审核通过',listClass: listClass.primary},
|
||||
{ value: 3, label: '审核不通过',listClass: listClass.danger},
|
||||
]
|
||||
@@ -497,3 +498,11 @@ export const userFindTagList = [
|
||||
{ value: 3, label: '谈恋爱' },
|
||||
{ value: 4, label: '结婚' },
|
||||
]
|
||||
|
||||
|
||||
export const userAuthStatusList = [
|
||||
{ value: 0, label: '待提交',listClass: listClass.info},
|
||||
{ value: 1, label: '审核中',listClass: listClass.warning},
|
||||
{ value: 2, label: '已认证',listClass: listClass.primary},
|
||||
{ value: 3, label: '审核不通过',listClass: listClass.danger},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user