feat: 菜单管理

This commit is contained in:
kailong321200875
2023-08-05 17:43:24 +08:00
parent 28d0785be8
commit c72b3a33aa
16 changed files with 681 additions and 33 deletions

View File

@@ -161,7 +161,8 @@ export default {
sticky: 'Sticky',
treeTable: 'Tree table',
PicturePreview: 'Table Image Preview',
department: 'Department management'
department: 'Department management',
menuManagement: 'Menu management'
},
permission: {
hasPermission: 'Please set the operation permission value'
@@ -504,6 +505,24 @@ export default {
disable: 'Disable',
superiorDepartment: 'Superior department'
},
menu: {
menuName: 'Menu name',
icon: 'Icon',
// 权限
permission: 'Permission',
component: 'Component',
path: 'Path',
status: 'Status',
hidden: 'Hidden',
alwaysShow: 'Always show',
noCache: 'No cache',
breadcrumb: 'Breadcrumb',
affix: 'Affix',
noTagsView: 'No tags view',
activeMenu: 'Active menu',
canTo: 'Can to',
name: 'Name'
},
inputPasswordDemo: {
title: 'InputPassword',
inputPasswordDes: 'Secondary packaging of Input components based on ElementPlus'