[update] 内部工作组左侧树一级节点的新增删除和二级节点的编辑删除走角色管理,二级新增和三级编辑删除权限按一级新增时的管理权限走

This commit is contained in:
lideqin
2023-11-08 15:11:37 +08:00
parent 1323edc080
commit ea6aac0329
5 changed files with 224 additions and 30 deletions
+3 -1
View File
@@ -62,7 +62,9 @@ module.exports = {
post: 'Position',
templateName: 'Internal workgroup table template',
exportName: 'Internal workgroup table',
nodeName: 'Node Name',
nodeName: '分会名称',
adminAuthority: '管理权限',
workGroupName: '工作组名称',
user: 'User',
pleaseSelectASystem: 'Please select the left system'
},
+3 -1
View File
@@ -63,7 +63,9 @@ module.exports = {
post: '岗位',
templateName: '内部工作组表模板',
exportName: '内部工作组表',
nodeName: '节点名称',
nodeName: '分会名称',
adminAuthority: '管理权限',
workGroupName: '工作组名称',
user: '用户',
pleaseSelectASystem: '请选择左侧体系'
},