fix 79311

This commit is contained in:
danshihao
2023-12-26 09:40:37 +08:00
parent d40d169d55
commit 49b6d1add2
+8
View File
@@ -540,3 +540,11 @@ export const EvaluateProcessStatus = {
beEvaluating: { text: '评估中', value: '2' },
evaluated: { text: '已评估', value: '3' }
}
// 稽查状态
export const InspectStatus = {
inProgress: { text: '进行中', value: '1' },
underInspection: { text: '稽查中', value: '2' },
completed: { text: '已完成', value: '3' },
delay: { text: '拖期', value: '4' }
}