init
This commit is contained in:
@@ -6,6 +6,11 @@ const arrToMap = arr =>
|
||||
return res
|
||||
}, {})
|
||||
|
||||
export const userTypeList = [
|
||||
{ value: 'sys_user', label: '后台管理',listClass: listClass.primary},
|
||||
{ value: 'app_user', label: 'APP用户',listClass: listClass.info},
|
||||
]
|
||||
|
||||
export const genderList = [
|
||||
{ value: 0, label: '未知', listClass: listClass.warning },
|
||||
{ value: 1, label: '女', listClass: listClass.danger },
|
||||
|
||||
Reference in New Issue
Block a user