mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
管理人员角色相关优化
This commit is contained in:
@@ -185,6 +185,7 @@ const SystemAdministratorPage = () => {
|
||||
<div className="tree-main-body">
|
||||
<div className="left-box">
|
||||
<TreeAdminroles
|
||||
refresh={refresh}
|
||||
type=""
|
||||
text={"管理员"}
|
||||
onUpdate={(keys: any, title: any) => {
|
||||
|
||||
@@ -152,7 +152,7 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
|
||||
return (
|
||||
<>
|
||||
<Drawer
|
||||
title="新建角色"
|
||||
title="编辑角色权限"
|
||||
onClose={onCancel}
|
||||
maskClosable={false}
|
||||
open={open}
|
||||
|
||||
Reference in New Issue
Block a user