update 国内标准体系联调、车型项目库详情、用户新增编辑开启工号字段
This commit is contained in:
@@ -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' // 调取
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,15 @@ module.exports = {
|
||||
PMSInfoSynchronization: 'PMS信息同步',
|
||||
projectSource: '项目来源',
|
||||
projectLeader: '项目负责人',
|
||||
PMSDetails: 'PMS详情'
|
||||
PMSDetails: 'PMS详情',
|
||||
noMatchItemDetails: '未符合项详情',
|
||||
riskOverview: '风险性总览',
|
||||
conform: '符合',
|
||||
inconformity: '不符合',
|
||||
toBeVerified: '待验证',
|
||||
uninvolved: '不涉及',
|
||||
regulationsList: '法规清单',
|
||||
standardNumberStandardName: '标准号/标准名称',
|
||||
transfer: '调取'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user