[update] 修改bug87964
This commit is contained in:
@@ -89,7 +89,7 @@ module.exports = {
|
|||||||
applicableVehicleType: 'Vehicle Catagory',
|
applicableVehicleType: 'Vehicle Catagory',
|
||||||
authenticationObject: 'Certification Item',
|
authenticationObject: 'Certification Item',
|
||||||
certifiedDeliverables: 'Verification',
|
certifiedDeliverables: 'Verification',
|
||||||
type: 'Type',
|
type: 'Requirement Category',
|
||||||
dynamicType: 'Power Propulsion Type',
|
dynamicType: 'Power Propulsion Type',
|
||||||
mainControlDepartment: 'Main Responsible Dept.',
|
mainControlDepartment: 'Main Responsible Dept.',
|
||||||
masterControlDepartmentProfessionalModule: 'Module of Main Responsible Dept. ',
|
masterControlDepartmentProfessionalModule: 'Module of Main Responsible Dept. ',
|
||||||
@@ -97,7 +97,8 @@ module.exports = {
|
|||||||
associateDepartmentSpecializedModules: 'Module of Related Dept. ',
|
associateDepartmentSpecializedModules: 'Module of Related Dept. ',
|
||||||
batchRestriction: 'Production Amount',
|
batchRestriction: 'Production Amount',
|
||||||
automaticDrivingLevel: 'Automatic Driving Level',
|
automaticDrivingLevel: 'Automatic Driving Level',
|
||||||
requirementType: 'Optional/Compulsory'
|
requirementType: 'Optional/Compulsory',
|
||||||
|
remarks: 'Note'
|
||||||
},
|
},
|
||||||
// 标准主计划
|
// 标准主计划
|
||||||
standardMasterPlan: {
|
standardMasterPlan: {
|
||||||
|
|||||||
@@ -97,7 +97,8 @@ module.exports = {
|
|||||||
associateDepartmentSpecializedModules: '关联部门专业模块',
|
associateDepartmentSpecializedModules: '关联部门专业模块',
|
||||||
batchRestriction: '批量限制',
|
batchRestriction: '批量限制',
|
||||||
automaticDrivingLevel: '自动驾驶等级',
|
automaticDrivingLevel: '自动驾驶等级',
|
||||||
requirementType: '要求类型'
|
requirementType: '要求类型',
|
||||||
|
remarks: '备注'
|
||||||
},
|
},
|
||||||
// 标准主计划
|
// 标准主计划
|
||||||
standardMasterPlan: {
|
standardMasterPlan: {
|
||||||
|
|||||||
+1
-1
@@ -334,7 +334,7 @@ export default {
|
|||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{ // 备注
|
{ // 备注
|
||||||
title: this.$t('remarks'),
|
title: this.$t('standardRegulationLibrary.marketListField.remarks'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'remark',
|
dataIndex: 'remark',
|
||||||
|
|||||||
+1
-1
@@ -452,7 +452,7 @@ export default {
|
|||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{ // 备注
|
{ // 备注
|
||||||
title: this.$t('remarks'),
|
title: this.$t('standardRegulationLibrary.marketListField.remarks'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'remark',
|
dataIndex: 'remark',
|
||||||
|
|||||||
Reference in New Issue
Block a user