update 国内标准体系联调、车型项目库详情、用户新增编辑开启工号字段

This commit is contained in:
赵霄
2023-09-12 16:23:13 +08:00
parent 7b56d2e753
commit f6eacc1bcd
17 changed files with 729 additions and 323 deletions
+10 -2
View File
@@ -1,7 +1,7 @@
module.exports = {
projectName: 'Project name', // 项目名称
workOrderNumber: 'Work order number', // 工作令编号
projectHealthStatus: 'Project health status', // 项目健康状态
projectHealthStatus: 'Project health', // 项目健康
// 车型项目库
vehicleItemLibrary: {
@@ -10,6 +10,14 @@ module.exports = {
projectSource: 'Project source', // 项目来源
projectName: 'Project name', // 项目名称
projectLeader: 'Project leader', // 项目负责人,
PMSDetails: 'PMS Details' // PMS详情
PMSDetails: 'PMS Details', // PMS详情
riskOverview: 'Risk overview', // 风险性总览
conform: 'Conform to', // 符合
inconformity: 'Inconformity', // 不符合
toBeVerified: 'To be verified', // 待验证
uninvolved: 'Not involve', // 不涉及
regulationsList: 'List of regulations', // 法规清单
standardNumberStandardName: 'Standard number/Standard name', // 标准号/标准名称
transfer: 'Transfer' // 调取
}
}
+10 -1
View File
@@ -9,6 +9,15 @@ module.exports = {
PMSInfoSynchronization: 'PMS信息同步',
projectSource: '项目来源',
projectLeader: '项目负责人',
PMSDetails: 'PMS详情'
PMSDetails: 'PMS详情',
noMatchItemDetails: '未符合项详情',
riskOverview: '风险性总览',
conform: '符合',
inconformity: '不符合',
toBeVerified: '待验证',
uninvolved: '不涉及',
regulationsList: '法规清单',
standardNumberStandardName: '标准号/标准名称',
transfer: '调取'
}
}