no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-05 09:13:11 +07:00
parent 93855f6622
commit ecdce88bdd

View file

@ -375,6 +375,34 @@ const menuList = readonly<any[]>([
],
},
// {
// key: 9,
// icon: "mdi-calendar",
// activeIcon: "mdi-calendar",
// label: "การลา",
// path: "leave",
// role: "coin",
// children: [
// {
// key: 9.1,
// label: "รายการลงเวลาปฏิบัติงาน",
// path: "/work-list",
// role: "coin",
// },
// {
// key: 9.2,
// label: "รายการลา",
// path: "/leave-list",
// role: "coin",
// },
// {
// key: 9.3,
// label: "รายงานสถิติ",
// path: "/statistics-report",
// role: "coin",
// },
// ],
// },
// {
// key: 8,
// icon: "mdi-medal-outline",
// activeIcon: "mdi-medal",
@ -470,7 +498,7 @@ const menuList = readonly<any[]>([
// },
// ],
// },
// ],
// ],
// },
]);