[add] 绑定零部件
This commit is contained in:
@@ -93,5 +93,16 @@ module.exports = {
|
||||
standardizationEngineer: '标准化工程师',
|
||||
contactPerson: '联络人',
|
||||
contactPersonSupervisorLevelLeader: '部门联络人主管级领导'
|
||||
},
|
||||
// 绑定零部件
|
||||
bindingParts: {
|
||||
partNumber: '零部件号',
|
||||
partName: '零部件名称',
|
||||
bindingPersonnel: '绑定人员',
|
||||
useBindingRelationship: '使用绑定关系',
|
||||
clauseNumber: '条款号',
|
||||
bindingTime: '绑定时间',
|
||||
confirmUseBindRelationship: '确认使用绑定关系',
|
||||
isUseBindRelationship: '是否使用绑定关系?'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -580,6 +580,17 @@ module.exports = {
|
||||
textState: '标准状态',
|
||||
evaluationState: '评估状态'
|
||||
},
|
||||
// 条款选择器
|
||||
clauseSelect: {
|
||||
selectClause: '选择条款',
|
||||
clauseNumber: '条款号',
|
||||
clauseName: '条款名称',
|
||||
clauseContent: '条款内容',
|
||||
articleNumber: '条文号',
|
||||
articleTitle: '条文标题',
|
||||
articleContent: '条文内容',
|
||||
pleaseSelectStandard: '请先选择标准'
|
||||
},
|
||||
// 企标计划选择器
|
||||
enterprisePlanSelect: {
|
||||
title: '企标计划选择'
|
||||
|
||||
Reference in New Issue
Block a user