This commit is contained in:
Warunee Tamkoo 2024-10-03 15:22:18 +07:00
parent 3c46ee1205
commit 2d91497671
3 changed files with 10 additions and 5 deletions

View file

@ -113,6 +113,11 @@ const menuList = readonly<any[]>([
label: "กำหนดสิทธิ์จัดการโครงสร้าง",
path: "roleOrganization",
},
{
key: 2.0,
label: "มอบหมายหน้าที่ความรับผิดชอบ",
path: "responsibilities",
},
],
},
{
@ -129,14 +134,14 @@ const menuList = readonly<any[]>([
activeIcon: "settings",
label: "ตั้งค่าระบบ",
path: "viewSystem",
role: ["SUPER_ADMIN", "ADMIN"],
role: ["SUPER_ADMIN"],
},
{
key: 2,
icon: "mdi-file-document-outline",
activeIcon: "mdi-file-document-outline",
label: "คำสั่งและ Template",
role: ["SUPER_ADMIN", "ADMIN"],
role: ["SUPER_ADMIN"],
children: [
{
key: 2.0,