[add] 不符合项库
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user