From 32eccf401cffd45c002158ebfa9052636ec90595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Thu, 1 Jun 2023 09:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/adminroles/compenents/create.tsx | 5 +++++ src/pages/system/adminroles/compenents/update.tsx | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/pages/system/adminroles/compenents/create.tsx b/src/pages/system/adminroles/compenents/create.tsx index 8bb1d60..f07bd72 100644 --- a/src/pages/system/adminroles/compenents/create.tsx +++ b/src/pages/system/adminroles/compenents/create.tsx @@ -87,6 +87,11 @@ export const SystemAdminrolesCreate: React.FC = ({ value: "部门-n", children: [], }, + { + title: "系统配置", + value: "系统配置-n", + children: [], + }, { title: "其它", value: "其它-n", diff --git a/src/pages/system/adminroles/compenents/update.tsx b/src/pages/system/adminroles/compenents/update.tsx index 7b2d750..b58cf22 100644 --- a/src/pages/system/adminroles/compenents/update.tsx +++ b/src/pages/system/adminroles/compenents/update.tsx @@ -90,6 +90,11 @@ export const SystemAdminrolesUpdate: React.FC = ({ value: "部门-n", children: [], }, + { + title: "系统配置", + value: "系统配置-n", + children: [], + }, { title: "其它", value: "其它-n",