管理员角色增加系统配置权限

This commit is contained in:
禺狨 2023-06-01 09:40:18 +08:00
parent af1852ba8c
commit 32eccf401c
2 changed files with 10 additions and 0 deletions

View File

@ -87,6 +87,11 @@ export const SystemAdminrolesCreate: React.FC<PropInterface> = ({
value: "部门-n",
children: [],
},
{
title: "系统配置",
value: "系统配置-n",
children: [],
},
{
title: "其它",
value: "其它-n",

View File

@ -90,6 +90,11 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
value: "部门-n",
children: [],
},
{
title: "系统配置",
value: "系统配置-n",
children: [],
},
{
title: "其它",
value: "其它-n",