From 328ce7742b256eab129fe8907948af6b1ef81e09 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 11 Aug 2022 11:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 18 +++++++++--------- jero-web/src/components/processForm/index.vue | 4 ++-- .../components/circulationHistory.vue | 4 ++-- .../regulatoryCirculationHistory.vue | 4 ++-- .../components/taskCirculationHistory.vue | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 04fce3a33..858bfb1d5 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1115,25 +1115,25 @@ module.exports = { RegulationTaskConfirmationNotification: 'Regulation Task Confirmation Notification', evaluationMethod: 'Evaluation method', uploadRelevantMaterials: 'Upload relevant materials', - processBackground: 'Process background', - selectedStandard: 'Selected standard', + processBackground: 'Process Background', + selectedStandard: 'Selected Standard', standardDecompositionDocument: 'Standard decomposition document', pleaseSelectStandardFirst: 'Please select a standard first', RelevantMaterials: 'RelevantMaterials', - evaluatorFeedback: 'Evaluator feedback', + evaluatorFeedback: 'Evaluator Feedback', nameTechnicalDocument: 'Name of technical document', chapter: 'chapter', - problemDescription: 'Problem description', + problemDescription: 'Problem Description', filingExternalOpinions: 'Filing of external opinions', regulatoryTechnicalEvaluationResults: 'Regulatory technical evaluation results', initiateProcessForCurrentStandard: 'Initiate process for current standard', engineerFeedbackResults: 'Engineer feedback results', - fileExport: 'File export', - feedbackTime: 'Feedback time', + fileExport: 'File Export', + feedbackTime: 'Feedback Time', regulatoryTechnologyAssessmentProcess: 'Regulatory technology assessment process', - feedbackEvaluation: 'Feedback evaluation', - clauseEvaluation: 'Clause evaluation', - standardDocuments: 'Standard documents', + feedbackEvaluation: 'Feedback Evaluation', + clauseEvaluation: 'Clause Evaluation', + standardDocuments: 'Standard Documents', pleaseCompleteTheEvaluationMethodorEvaluator: 'Please complete the evaluation method or evaluator in the list', reviewComments: 'Review comments', PleaseCompleteList: 'Please complete the compliance results in the list', diff --git a/jero-web/src/components/processForm/index.vue b/jero-web/src/components/processForm/index.vue index 61576bc93..4c6cd5e4b 100644 --- a/jero-web/src/components/processForm/index.vue +++ b/jero-web/src/components/processForm/index.vue @@ -147,12 +147,12 @@ key: 'role', }, { - title: this.$t('operationContent'), + title: this.$t('OperationContent'), dataIndex: 'content', key: 'content', }, { - title: this.$t('operationTime'), + title: this.$t('OperationTime'), dataIndex: 'time', key: 'time', }, diff --git a/jero-web/src/views/processCenter/components/circulationHistory.vue b/jero-web/src/views/processCenter/components/circulationHistory.vue index 29856b886..9066f1762 100644 --- a/jero-web/src/views/processCenter/components/circulationHistory.vue +++ b/jero-web/src/views/processCenter/components/circulationHistory.vue @@ -41,7 +41,7 @@ }, columns: [ { - title: this.$t('operationNode'), + title: this.$t('OperationNode'), dataIndex: 'name', align: 'center', width:'20%', @@ -66,7 +66,7 @@ width:'20%', }, { - title: this.$t('operationTime'), + title: this.$t('OperationTime'), dataIndex: 'createTime', align: 'center', width:'20%', diff --git a/jero-web/src/views/processCenter/components/regulatoryCirculationHistory.vue b/jero-web/src/views/processCenter/components/regulatoryCirculationHistory.vue index 6fda1fd06..65bf69caf 100644 --- a/jero-web/src/views/processCenter/components/regulatoryCirculationHistory.vue +++ b/jero-web/src/views/processCenter/components/regulatoryCirculationHistory.vue @@ -32,7 +32,7 @@ loading: false, columns: [ { - title: this.$t('operationContent'), + title: this.$t('OperationContent'), dataIndex: 'taskDefinitionKeyName', align: 'center', width: '25%' @@ -50,7 +50,7 @@ width: '25%' }, { - title: this.$t('operationTime'), + title: this.$t('OperationTime'), dataIndex: 'createTime', align: 'center', width: '25%', diff --git a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue index bc076dc53..8c64c8228 100644 --- a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue +++ b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue @@ -43,7 +43,7 @@ }, columns: [ { - title: this.$t('operationNode'), + title: this.$t('OperationNode'), dataIndex: 'name', align: 'left' },