This commit is contained in:
Warunee Tamkoo 2024-06-11 14:07:20 +07:00
parent 2842279165
commit 8a53037137
14 changed files with 154 additions and 239 deletions

View file

@ -57,7 +57,7 @@ const menuList = readonly<any[]>([
activeIcon: "person",
label: "ข้อมูลหลัก",
path: "metadata",
role: ["SUPER_ADMIN", "ADMIN"],
role: ["SUPER_ADMIN"],
children: [
{
key: 2.0,
@ -100,12 +100,12 @@ const menuList = readonly<any[]>([
},
{
key: 2.0,
label: "จัดการบทบาท (Roles)",
label: "จัดการบทบาทและสิทธิ์ (Roles)",
path: "manageRoles",
},
{
key: 2.0,
label: "จัดการสิทธิ์ (Permissions)",
label: "กำหนดสิทธิ์ (Permissions)",
path: "managePermission",
},
],