[update 分组管理] 页面无接口

This commit is contained in:
danshihao
2024-07-18 18:51:13 +08:00
parent 8704f001ae
commit e6acccee3d
6 changed files with 334 additions and 6 deletions
+7
View File
@@ -93,5 +93,12 @@ module.exports = {
standardizationEngineer: '标准化工程师',
contactPerson: '联络人',
contactPersonSupervisorLevelLeader: '部门联络人主管级领导'
},
// 分组管理
groupMange: {
groupName: 'Group name',
peopleNumber: 'Number of people',
groupMembers: 'Group members',
userName: 'User Name'
}
}
+7
View File
@@ -109,5 +109,12 @@ module.exports = {
isBringIn: '是否引入',
haveBind: '当前零部件分类结构下已有',
isBringInRelation: '绑定标准关联关系,是否引入对应关系?'
},
// 分组管理
groupMange: {
groupName: '分组名称',
peopleNumber: '人数',
groupMembers: '组内人员',
userName: '用户名称'
}
}