feat: 角色管理
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -517,6 +517,11 @@ export default {
|
||||
canTo: '是否可跳转',
|
||||
name: '组件名称'
|
||||
},
|
||||
role: {
|
||||
roleName: '角色名称',
|
||||
role: '角色',
|
||||
menu: '菜单分配'
|
||||
},
|
||||
inputPasswordDemo: {
|
||||
title: '密码输入框',
|
||||
inputPasswordDes: '基于 ElementPlus 的 Input 组件二次封装'
|
||||
|
||||
Reference in New Issue
Block a user