[update] 修改bug87964
This commit is contained in:
@@ -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: {
|
||||
|
||||
+1
-1
@@ -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',
|
||||
|
||||
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user