feat:新增用户角色,角色管理,菜单管理

This commit is contained in:
wangwenrui
2020-12-07 14:12:37 +08:00
parent f07b6e889e
commit b786a2c67b
15 changed files with 1350 additions and 6 deletions

View File

@@ -352,7 +352,7 @@ const cn = {
total: "总计",
up: "up",
down: "down",
prometheus: "prometheus"
prometheus: "prometheus",
}
}
},
@@ -556,6 +556,7 @@ const cn = {
account: {
accountList: "用户列表",
account: "用户",
roles:"角色",
language: "语言",
receiver: "接收人",
createTime: "创建时间",
@@ -577,6 +578,35 @@ const cn = {
reinputPwd: "请再次输入密码",
notification: "通知"
},
roles:{
roles:"角色",
name:"名称",
remark:"备注",
option: '操作',//"操作"
permission:"权限",
menu:"菜单",
createRole:"新增角色",
editRole:"编辑角色",
},
menus:{
menus:'菜单',
name:"名称",
remark:"备注",
option: '操作',//"操作"
code:'Code',
i18n:'I18n',
type:'类型',
route:'路由',
perms:'权限',
button:"按钮",
menu:"菜单",
parent:"上级菜单",
mainMenu:"主菜单",
createMenu:"新增菜单",
editMenu:"编辑菜单",
orderNum:"排序",
},
promServer: {
promServerList: "Prometheus服务",
promId: "Prometheus服务ID",