[add] 不符合项库

This commit is contained in:
lideqin
2024-06-19 11:59:46 +08:00
parent 5867a72ef6
commit 6b5c64fa3e
9 changed files with 631 additions and 6 deletions
+6
View File
@@ -604,3 +604,9 @@ export const ListState = {
UNPUBLISH: { text: '未发布', value: '2' },
UNDER_REVISION: { text: '修改中', value: '3' },
}
// 整改状态
export const RectificationState = {
TO_BE_RECTIFIED: { text: '待整改', value: '1' },
TARGET_IS_CLOSED: { text: '已关闭', value: '2' }
}