feat: 角色管理

This commit is contained in:
kailong321200875
2023-08-05 20:34:55 +08:00
parent c72b3a33aa
commit 47016a535f
13 changed files with 398 additions and 106 deletions

View File

@@ -523,6 +523,12 @@ export default {
canTo: 'Can to',
name: 'Name'
},
role: {
roleName: 'Role name',
role: 'Role',
// 菜单分配
menu: 'Menu allocation'
},
inputPasswordDemo: {
title: 'InputPassword',
inputPasswordDes: 'Secondary packaging of Input components based on ElementPlus'

View File

@@ -517,6 +517,11 @@ export default {
canTo: '是否可跳转',
name: '组件名称'
},
role: {
roleName: '角色名称',
role: '角色',
menu: '菜单分配'
},
inputPasswordDemo: {
title: '密码输入框',
inputPasswordDes: '基于 ElementPlus 的 Input 组件二次封装'