fix 79311
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user