style: 角色键值输入提示变更多语言

This commit is contained in:
TsMask
2024-05-14 12:01:23 +08:00
parent a076e6d079
commit 3b793c107c
2 changed files with 2 additions and 2 deletions

View File

@@ -1543,7 +1543,7 @@ export default {
distributeUser:'Assign Users',
roleMark:'Role Description',
menu:'Menu Permissions',
roleKeyTip:"Example of permission identification: Use permission identification in dba controller, such as: @PreAuthorize({ hasRoles: ['dba'] })",
roleKeyTip:"Privilege identifiers are used to control page controls or routing interfaces",
openSwitch:'Expand/Collapse',
selAllSwitch:'Select All/Deselect All',
relationSwitch:'Node Linkage',

View File

@@ -1543,7 +1543,7 @@ export default {
distributeUser:'分配用户',
roleMark:'角色说明',
menu:'菜单权限',
roleKeyTip:"权限标识示例:dba 控制器中使用权限标识,如: '@PreAuthorize({ hasRoles: [dba] })'",
roleKeyTip:"权限标识用于控制页面控件或路由接口",
openSwitch:'展开/折叠',
selAllSwitch:'全选/全不选',
relationSwitch:'节点联动',