- ปรับเมนู (ใหม่)

- ปรับคำสั่ง
This commit is contained in:
Warunee Tamkoo 2024-01-12 13:54:47 +07:00
parent ed7c6e9f07
commit ada9644df7
19 changed files with 448 additions and 15 deletions

View file

@ -50,6 +50,79 @@ const menuList = readonly<any[]>([
path: "dashboard",
role: "dashboard",
},
{
key: 3,
icon: "o_person",
activeIcon: "person",
label: "ข้อมูลหลัก (ใหม่)",
path: "metadataNew",
role: "metadata",
children: [
{
key: 3.1,
label: "ข้อมูลปฏิทินวันหยุด",
path: "masterCalendarWork",
},
{
key: 3.2,
label: "ข้อมูลเครื่องราชอิสริยาภรณ์",
path: "masterInsignia",
},
],
},
{
key: 4,
icon: "o_groups",
activeIcon: "groups",
label: "โครงสร้างอัตรากำลัง (ใหม่)",
path: "organizationalNew",
role: "organization",
// children: [
// {
// key: 3.1,
// label: "จัดการตำแหน่ง",
// path: "organizationalMapping",
// },
// {
// key: 3.2,
// label: "แผนภูมิโครงสร้าง",
// path: "organizationalStructChart",
// },
// {
// key: 3.3,
// label: "แผนภูมิองค์กร",
// path: "organizationalOrgChart",
// },
// {
// key: 3.4,
// label: "ผังโครงสร้าง",
// path: "organizationalTree",
// },
// {
// key: 3.5,
// label: "ผังโครงสร้างลูกจ้าง",
// path: "organizationalEmployee",
// },
// {
// key: 3.6,
// label: "จัดการบัญชี 2",
// path: "manageReport2",
// },
// {
// key: 3.7,
// label: "รายงานบัญชี",
// path: "organizationalReport",
// },
// ],
},
{
key: 4,
icon: "o_contact_page",
activeIcon: "contact_page",
label: "ทะเบียนประวัติ (ใหม่)",
path: "registryNew",
role: "registry",
},
{
key: 2,
icon: "o_person",