[update 标准解读流程] 测试

This commit is contained in:
danshihao
2024-07-05 20:41:21 +08:00
parent 393b78dcdb
commit a640cc91c1
8 changed files with 802 additions and 11 deletions
+7 -6
View File
@@ -197,6 +197,7 @@ module.exports = {
standardState: 'Standard state',
newProductionVehicleImplementationDate: 'New production vehicle implementation date',
newCertifiedVehicleImplementationDate: 'New certified vehicle implementation date',
implementationDate: 'Implementation date',
generate: 'Generate',
vehicleType: 'Vehicle type',
modelStatus: 'Model status',
@@ -625,11 +626,11 @@ module.exports = {
noFileMsg: 'Please select a file'
},
// 属性标识管理
attributeIdentification:{
labelName:'Label Name',
firstLabel:'First Label',
secondLabel:'Second Label',
thirdLabel:'Third Label',
attributeIdentification: {
labelName: 'Label Name',
firstLabel: 'First Label',
secondLabel: 'Second Label',
thirdLabel: 'Third Label'
},
// 系统管理
system,
@@ -648,5 +649,5 @@ module.exports = {
// 工作中心
workCenter,
// 法规符合性评估库
regulatoryComplianceAssessmentDatabase,
regulatoryComplianceAssessmentDatabase
}
+8 -1
View File
@@ -63,9 +63,16 @@ module.exports = {
masterControlDepartmentProfessionalModule: 'Master control department professional module',
relatedDepartment: 'Related department',
associateDepartmentSpecializedModules: 'Associate department specialized modules',
requirementType: 'Requirement type',
requirementType: 'Requirement type'
},
// 标准解读流程
standardInterpretationProcess: {
decompositionOrderSource: 'Source of decomposition order',
addStandard: 'Add standards',
selectStandard: 'Choice of Law Clause',
pleaseAddStandard: 'Please add a standard'
},
// 流程配置
processConfig: {
processType: '流程类型',
+8 -1
View File
@@ -63,9 +63,16 @@ module.exports = {
masterControlDepartmentProfessionalModule: '主控部门专业模块',
relatedDepartment: '关联部门',
associateDepartmentSpecializedModules: '关联部门专业模块',
requirementType: '要求类型',
requirementType: '要求类型'
},
// 标准解读流程
standardInterpretationProcess: {
decompositionOrderSource: '分解单来源',
addStandard: '添加标准',
selectStandard: '选择条款',
pleaseAddStandard: '请添加一条标准'
},
// 流程配置
processConfig: {
processType: '流程类型',
+3 -2
View File
@@ -214,6 +214,7 @@ module.exports = {
standardState: '标准状态',
newProductionVehicleImplementationDate: '新生产车实施日期',
newCertifiedVehicleImplementationDate: '新认证车实施日期',
implementationDate: '实施日期',
generate: '生成',
vehicleType: '车型',
modelStatus: '车型状态',
@@ -598,7 +599,7 @@ module.exports = {
textStatus: '文本状态',
conversionResults: '转换结果',
timeConsuming: '消耗时间(秒)',
file: '文件',
file: '文件'
}
},
// 业务支持
@@ -702,7 +703,7 @@ module.exports = {
fileFormatIncorrect: '文件格式不正确',
uploadSuccessful: '上传成功',
uploadMaximumATime: '一次最多上传二十张图片',
deletedSuccessfully: '删除成功',
deletedSuccessfully: '删除成功'
},
importWithTemplate: {
chooseFile: '选择文件',