From 5578c41c6c4845fec34b0b76077f60369b5d69e8 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 19 Apr 2022 16:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=9C=AA=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E9=A1=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 8 +- jero-web/src/common/lang/zh-cn.js | 7 +- .../ProjectDetails/index.vue | 32 +-- .../components/nonConformance.vue | 192 ++++++++++++++++++ 4 files changed, 224 insertions(+), 15 deletions(-) create mode 100644 jero-web/src/views/projectManagement/components/nonConformance.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 78cd46eac..0a5a7eb63 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -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', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 147e766b6..c4cbd700f 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -680,5 +680,10 @@ module.exports = { regulatoryCertificationTaskPlan:'法规/认证任务计划', bringInRelevantPersonnel:'带入相关人员', confirmBringInRelevantPersonnel:'确认带入相关人员?', - + problemType:'问题类型', + projectDetails:'项目详情', + listOfRegulations:'法规清单', + taskList:'任务清单', + TaskParameterCollection:'任务参数收集', + nonConformance:'未符合项', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/ProjectDetails/index.vue b/jero-web/src/views/projectManagement/ProjectDetails/index.vue index c8413059e..b1c26d5d1 100644 --- a/jero-web/src/views/projectManagement/ProjectDetails/index.vue +++ b/jero-web/src/views/projectManagement/ProjectDetails/index.vue @@ -10,28 +10,28 @@ -