From c4429ca0230b27440071fdfc187e2063e2454f9e Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 1 Aug 2024 18:43:07 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87964?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/standardRegulationLibrary/en-us.js | 5 +++-- src/common/lang/standardRegulationLibrary/zh-cn.js | 3 ++- .../marketRegulationsList/MarketRegulationsDetailPage.vue | 2 +- .../marketRegulationsList/MarketRegulationsFormPage.vue | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index 1a2d478..f7379ff 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -89,7 +89,7 @@ module.exports = { applicableVehicleType: 'Vehicle Catagory', authenticationObject: 'Certification Item', certifiedDeliverables: 'Verification', - type: 'Type', + type: 'Requirement Category', dynamicType: 'Power Propulsion Type', mainControlDepartment: 'Main Responsible Dept.', masterControlDepartmentProfessionalModule: 'Module of Main Responsible Dept. ', @@ -97,7 +97,8 @@ module.exports = { associateDepartmentSpecializedModules: 'Module of Related Dept. ', batchRestriction: 'Production Amount', automaticDrivingLevel: 'Automatic Driving Level', - requirementType: 'Optional/Compulsory' + requirementType: 'Optional/Compulsory', + remarks: 'Note' }, // 标准主计划 standardMasterPlan: { diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js index 62b6cc2..120cfb8 100644 --- a/src/common/lang/standardRegulationLibrary/zh-cn.js +++ b/src/common/lang/standardRegulationLibrary/zh-cn.js @@ -97,7 +97,8 @@ module.exports = { associateDepartmentSpecializedModules: '关联部门专业模块', batchRestriction: '批量限制', automaticDrivingLevel: '自动驾驶等级', - requirementType: '要求类型' + requirementType: '要求类型', + remarks: '备注' }, // 标准主计划 standardMasterPlan: { diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue index c56a11b..c736e00 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue @@ -334,7 +334,7 @@ export default { scopedSlots: { customRender: 'text' } }, { // 备注 - title: this.$t('remarks'), + title: this.$t('standardRegulationLibrary.marketListField.remarks'), align: 'center', width: 180, dataIndex: 'remark', diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 2736ace..45026c9 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -452,7 +452,7 @@ export default { scopedSlots: { customRender: 'text' } }, { // 备注 - title: this.$t('remarks'), + title: this.$t('standardRegulationLibrary.marketListField.remarks'), align: 'center', width: 180, dataIndex: 'remark',