[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
@@ -29,6 +29,13 @@ module.exports = {
modelStatus: '车型状态',
appraiser: '评估人',
problemType: '问题类型',
rectificationCompletionDate: '整改完成日期'
rectificationCompletionDate: '整改完成日期',
theStatusNotMeetRequirements: '不满足要求的现状',
rectificationPlan: '整改方案',
rectificationCycle: '整改周期',
rectificationCost: '整改费用',
sharedWithOtherProjects: '与其他项目共用性',
costOfThisItemAfterSharing: '共用后本项目所需费用',
isHaveClosed: '请选择整改状态为待整改的数据进行关闭'
}
}
@@ -29,6 +29,13 @@ module.exports = {
modelStatus: '车型状态',
appraiser: '评估人',
problemType: '问题类型',
rectificationCompletionDate: '整改完成日期'
rectificationCompletionDate: '整改完成日期',
theStatusNotMeetRequirements: '不满足要求的现状',
rectificationPlan: '整改方案',
rectificationCycle: '整改周期',
rectificationCost: '整改费用',
sharedWithOtherProjects: '与其他项目共用性',
costOfThisItemAfterSharing: '共用后本项目所需费用',
isHaveClosed: '请选择整改状态为待整改的数据进行关闭'
}
}