fix: 角色列表普通员工禁止操作提示文案#6593

This commit is contained in:
fit2cloud-chenyw 2023-11-09 16:47:31 +08:00
parent 46a4c07b1c
commit 8bd0a30e15
3 changed files with 6 additions and 0 deletions

View File

@ -766,6 +766,8 @@ export default {
can_not_move: `Can't be removed, keep at least one administrator`,
manage_can_not_move: 'Administrator is a preset role of the system. By default, he has all the permissions of system management and cannot be deleted',
manage_can_not_update: 'Administrator is a preset role of the system. By default, he has all the permissions of system management and cannot be edit',
inner_can_not_move: 'System built-in roles,cannot be deleted',
inner_can_not_update: 'System built-in roles,cannot be edit',
role_description: 'Role description',
editer_role: 'Edit role',
add_role: 'Add role',

View File

@ -765,6 +765,8 @@ export default {
can_not_move: '不可移除,至少保留一位管理員',
manage_can_not_move: '管理員是系統預置角色,默認擁有系統管理全部權限,無法刪除',
manage_can_not_update: '管理員是系統預置角色,默認擁有系統管理全部權限,無法編輯',
inner_can_not_move: '系統預置角色,無法刪除',
inner_can_not_update: '系統預置角色,無法編輯',
role_description: '角色描述',
editer_role: '編輯角色',
add_role: '添加角色',

View File

@ -764,6 +764,8 @@ export default {
can_not_move: '不可移除,至少保留一位管理员',
manage_can_not_move: '管理员是系统预置角色,默认拥有系统管理全部权限,无法删除',
manage_can_not_update: '管理员是系统预置角色,默认拥有系统管理全部权限,无法编辑',
inner_can_not_move: '系统预置角色,无法删除',
inner_can_not_update: '系统预置角色,无法编辑',
role_description: '角色描述',
editer_role: '编辑角色',
add_role: '添加角色',