This commit is contained in:
77
2024-03-17 17:29:14 +08:00
parent 8f40a0c7dd
commit 090fa810b2
6 changed files with 239 additions and 597 deletions

View File

@@ -528,3 +528,9 @@ export const enableStatusList = [
{ value: 1, label: '正常',listClass: listClass.primary},
{ value: 0, label: '禁用',listClass: listClass.danger},
]
// 1-头像 1-自我描述
export const userInfoAuditTypeList = [
{ value: 1, label: '头像',listClass: listClass.primary},
{ value: 2, label: '自我描述',listClass: listClass.primary},
]