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: '黏性',
treeTable: '树形表格',
PicturePreview: '表格图片预览',
department: '部门管理'
department: '部门管理',
menuManagement: '菜单管理'
},
permission: {
hasPermission: '请设置操作权限值'
@@ -499,6 +500,23 @@ export default {
// 上级部门
superiorDepartment: '上级部门'
},
menu: {
menuName: '菜单名称',
icon: '图标',
permission: '权限标识',
component: '组件',
path: '路径',
status: '状态',
hidden: '是否隐藏',
alwaysShow: '是否一直显示',
noCache: '是否清除缓存',
breadcrumb: '是否显示面包屑',
affix: '是否固定在标签页',
noTagsView: '是否隐藏标签页',
activeMenu: '高亮菜单',
canTo: '是否可跳转',
name: '组件名称'
},
inputPasswordDemo: {
title: '密码输入框',
inputPasswordDes: '基于 ElementPlus 的 Input 组件二次封装'