diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 2d7329cb3..579656e94 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -375,6 +375,34 @@ const menuList = readonly([ ], }, // { + // 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([ // }, // ], // }, - // ], + // ], // }, ]);