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: 'InputPassword',
sticky: 'Sticky',
treeTable: 'Tree table',
PicturePreview: 'Table Image Preview'
PicturePreview: 'Table Image Preview',
department: 'Department management'
},
permission: {
hasPermission: 'Please set the operation permission value'
@@ -496,7 +497,12 @@ export default {
email: 'Email',
createTime: 'Create time',
// 所属部门
department: 'Department'
department: 'Department',
departmentName: 'Department name',
status: 'Status',
enable: 'Enable',
disable: 'Disable',
superiorDepartment: 'Superior department'
},
inputPasswordDemo: {
title: 'InputPassword',