[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
}