mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 05:12:48 +08:00
编辑系统角色权限选择优化
This commit is contained in:
parent
5cfb03cd9c
commit
c5a5838441
@ -53,11 +53,6 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
const arr2: Option[] = [
|
const arr2: Option[] = [
|
||||||
{
|
|
||||||
title: "其它",
|
|
||||||
value: "其它-n",
|
|
||||||
children: [],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "学员",
|
title: "学员",
|
||||||
value: "学员-n",
|
value: "学员-n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user