feat: 菜单管理
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 组件二次封装'
|
||||
|
||||
Reference in New Issue
Block a user