[update] 标签管理国内标准和国外标准改成外来标准;增加外来标准法规文本库模块

This commit is contained in:
lideqin
2024-06-17 16:29:02 +08:00
parent c0b2227819
commit e43bbdfc09
15 changed files with 1764 additions and 36 deletions
@@ -23,7 +23,7 @@ module.exports = {
dynamicType: '动力类型', // 动力类型
inputExample: '输入示例:',
// 国内标准
domesticStandard: {
foreignStandard: {
treeSearchPlaceholder: '请输入树状图体系',
collection: '收藏',
cancelCollection: '取消收藏',
@@ -79,8 +79,27 @@ module.exports = {
customName: '自定义名称',
securityClass: '密级',
listDeclaration: '清单说明',
templateName: '市场法规清单导入模版',
templateName: '市场法规清单导入模版'
},
// 市场清单详情列表字段
marketListField: {
standardEnglishName: '标准英文名称',
newProductionVehicleImplementationDate: '新生产车实施日期',
newCertifiedVehicleImplementationDate: '新认证车实施日期',
dateOfRegistration: '注册日期',
applicableCountryRegion: '适用国家/地区',
applicableVehicleType: '适用车型',
authenticationObject: '认证对象',
certifiedDeliverables: '认证交付物',
type: '类型',
dynamicType: '动力类型',
mainControlDepartment: '主控部门',
masterControlDepartmentProfessionalModule: '主控部门专业模块',
relatedDepartment: '关联部门',
associateDepartmentSpecializedModules: '关联部门专业模块',
batchRestriction: '批量限制',
automaticDrivingLevel: '自动驾驶等级',
requirementType: '要求类型'
},
// 标准主计划
standardMasterPlan: {
@@ -106,26 +125,5 @@ module.exports = {
rectifyFinishingDate: '整改完成日期',
viewMarketList: '查看市场清单',
viewTroubleshootingResults: '查看排查结果'
},
// 市场清单详情列表字段
marketListField: {
standardEnglishName: '标准英文名称',
newProductionVehicleImplementationDate: '新生产车实施日期',
newCertifiedVehicleImplementationDate: '新认证车实施日期',
dateOfRegistration: '注册日期',
applicableCountryRegion: '适用国家/地区',
applicableVehicleType: '适用车型',
authenticationObject: '认证对象',
certifiedDeliverables: '认证交付物',
type: '类型',
dynamicType: '动力类型',
mainControlDepartment: '主控部门',
masterControlDepartmentProfessionalModule: '主控部门专业模块',
relatedDepartment: '关联部门',
associateDepartmentSpecializedModules: '关联部门专业模块',
batchRestriction: '批量限制',
automaticDrivingLevel: '自动驾驶等级',
requirementType: '要求类型',
},
}
}