布局未符合项页面

This commit is contained in:
qq787203167
2022-04-19 16:14:26 +08:00
parent 9b690117ee
commit 5578c41c6c
4 changed files with 224 additions and 15 deletions
+7 -1
View File
@@ -675,5 +675,11 @@ module.exports = {
basicInformationOfParameters:'Basic information of parameters',
regulatoryCertificationTaskPlan:'Regulatory / certification task plan',
bringInRelevantPersonnel:'Bring in relevant personnel',
confirmBringInRelevantPersonnel:'confirm Bring in relevant personnel'
confirmBringInRelevantPersonnel:'confirm Bring in relevant personnel',
problemType:'Problem type',
projectDetails:'Project details',
listOfRegulations:'List of regulations',
taskList:'Task list',
TaskParameterCollection:'Task parameter collection',
nonConformance:'Non conformance',
}
+6 -1
View File
@@ -680,5 +680,10 @@ module.exports = {
regulatoryCertificationTaskPlan:'法规/认证任务计划',
bringInRelevantPersonnel:'带入相关人员',
confirmBringInRelevantPersonnel:'确认带入相关人员',
problemType:'问题类型',
projectDetails:'项目详情',
listOfRegulations:'法规清单',
taskList:'任务清单',
TaskParameterCollection:'任务参数收集',
nonConformance:'未符合项',
}