no message
This commit is contained in:
parent
93855f6622
commit
ecdce88bdd
1 changed files with 29 additions and 1 deletions
|
|
@ -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[]>([
|
|||
// },
|
||||
// ],
|
||||
// },
|
||||
// ],
|
||||
// ],
|
||||
// },
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue