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() { } - } }