feat: 部门管理

This commit is contained in:
kailong321200875
2023-08-05 14:13:42 +08:00
parent 5fc57bdb08
commit 28d0785be8
17 changed files with 655 additions and 60 deletions

View File

@@ -160,7 +160,8 @@ export default {
inputPassword: '密码输入框',
sticky: '黏性',
treeTable: '树形表格',
PicturePreview: '表格图片预览'
PicturePreview: '表格图片预览',
department: '部门管理'
},
permission: {
hasPermission: '请设置操作权限值'
@@ -488,7 +489,15 @@ export default {
email: '邮箱',
createTime: '创建时间',
// 所属部门
department: '所属部门'
department: '所属部门',
departmentName: '部门名称',
status: '状态',
// 启用
enable: '启用',
// 禁用
disable: '禁用',
// 上级部门
superiorDepartment: '上级部门'
},
inputPasswordDemo: {
title: '密码输入框',