[update] 修改bug87964

This commit is contained in:
lideqin
2024-08-01 18:43:07 +08:00
parent fa4d064505
commit c4429ca023
4 changed files with 7 additions and 5 deletions
@@ -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: {
@@ -97,7 +97,8 @@ module.exports = {
associateDepartmentSpecializedModules: '关联部门专业模块',
batchRestriction: '批量限制',
automaticDrivingLevel: '自动驾驶等级',
requirementType: '要求类型'
requirementType: '要求类型',
remarks: '备注'
},
// 标准主计划
standardMasterPlan: {
@@ -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',
@@ -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',