updated
This commit is contained in:
parent
2842279165
commit
8a53037137
14 changed files with 154 additions and 239 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue