From bd4722f37f7bbc4307b436f68faf428960ae66c6 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 7 Apr 2022 16:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 10 +- jero-web/src/common/lang/zh-cn.js | 8 + .../projectManagement/components/TaskList.vue | 315 +++++++++++++++++- .../components/TaskParameterCollection.vue | 270 ++++++++++++++- .../components/listOfRegulations.vue | 2 - 5 files changed, 592 insertions(+), 13 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index c1ef19c6b..2e9c7371b 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -336,7 +336,7 @@ module.exports = { Users: 'users', reduction: 'reduction', UsersSucceeded: 'users succeeded!', - standard: 'number', + standard: 'serial number', title: 'title', TextStatus: 'TextStatus', PleaseEnter: 'Please enter', @@ -611,4 +611,12 @@ module.exports = { task:'task', TaskCutOffTime:'Task cut-off time', Transfer:'Transfer', + CertificationDirectory:'Certification directory', + TaskRequirements:'Task requirements', + CertificationProgress:'Certification progress', + CurrentProjectStatusEvaluation:'Current project status evaluation', + NiONumber:'NiO number', + ParameterName:'Parameter name', + ParameterDescription:'Parameter description', + Version:'Version', } \ 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 f7720f298..2c4f45c38 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -615,4 +615,12 @@ module.exports = { task:'任务', TaskCutOffTime:'任务截止时间', Transfer:'调取', + CertificationDirectory:'认证目录', + TaskRequirements:'任务要求', + CertificationProgress:'认证进度', + CurrentProjectStatusEvaluation:'当前项目状态评估', + NiONumber:'NIO编号', + ParameterName:'参数名称', + ParameterDescription:'参数说明', + Version:'版本', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index 87259bda9..a6c39e507 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -1,15 +1,320 @@ - + \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index 0bcbf3406..57b5574e0 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -1,15 +1,275 @@ - + \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index d1ebe9c39..fe70e950c 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -126,7 +126,6 @@ title: this.$t('standard'), align: 'center', dataIndex: 'standard', - width: 100, fixed: 'left' }, { @@ -324,7 +323,6 @@ searchReset() { } - } }