This commit is contained in:
张良(004796)
2024-04-23 19:53:01 +08:00
parent e798e1b4ea
commit 6f2de24106
2 changed files with 27 additions and 198 deletions

View File

@@ -502,6 +502,11 @@ export const auditStatusList = [
{ value: 3, label: '审核不通过',listClass: listClass.danger},
]
export const feedbackStatusList = [
{ value: 0, label: '未处理',listClass: listClass.danger},
{ value: 1, label: '已处理',listClass: listClass.primary},
]
export const enableStatusList = [
{ value: 1, label: '正常',listClass: listClass.primary},
{ value: 0, label: '禁用',listClass: listClass.danger},