[add] 法规符合性排查流程页面

This commit is contained in:
lideqin
2024-06-27 17:22:10 +08:00
parent 0d7923d55c
commit 18b90120ee
15 changed files with 2101 additions and 17 deletions
+8
View File
@@ -216,3 +216,11 @@ export const RectificationState = {
TO_BE_RECTIFIED: { text: '待整改', value: '1' },
TARGET_IS_CLOSED: { text: '已关闭', value: '2' }
}
// 法规符合性排查流程-评估结果
export const EvaluationResult = {
CONFORM_TO: { text: '符合', value: '1' },
INCONFORMITY: { text: '不符合', value: '2' },
NOT_INVOLVE: { text: '不涉及', value: '3' },
TO_BE_VERIFIED: { text: '待验证', value: '4' }
}