Merge branches 'develop' and 'develop' of github.com:Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
a47cfd3617
1 changed files with 28 additions and 98 deletions
|
|
@ -374,104 +374,34 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// key: 8,
|
||||
// icon: "mdi-medal-outline",
|
||||
// activeIcon: "mdi-medal",
|
||||
// label: "เครื่องราชฯ",
|
||||
// path: "insignia",
|
||||
// role: "insignia",
|
||||
// children: [
|
||||
// {
|
||||
// key: 8.1,
|
||||
// label: "เครื่องราชฯ",
|
||||
// path: "",
|
||||
// role: "insignia",
|
||||
// children: [
|
||||
// {
|
||||
// label: "รอบการเสนอขอ",
|
||||
// path: "insigniaProposals",
|
||||
// role: "insignia",
|
||||
// },
|
||||
// {
|
||||
// label: "จัดการคำขอ",
|
||||
// path: "insigniaManage",
|
||||
// role: "insignia",
|
||||
// },
|
||||
// {
|
||||
// label: "บันทึกผลการได้รับพระราช...",
|
||||
// path: "insigniaRecord",
|
||||
// role: "insignia",
|
||||
// },
|
||||
// {
|
||||
// label: "บันทึกผลการจ่ายใบกำกับ",
|
||||
// path: "VatInsignia",
|
||||
// role: "insignia",
|
||||
// },
|
||||
|
||||
// {
|
||||
// label: "จัดสรรเครื่องราชฯ",
|
||||
// path: "insigniaAllocate",
|
||||
// role: "insignia",
|
||||
// },
|
||||
// {
|
||||
// label: "รายงาน",
|
||||
// path: "insigniaReport",
|
||||
// role: "insignia",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// key: 8.2,
|
||||
// label: "เหรียญจักรพรรดิมาลา",
|
||||
// path: "",
|
||||
// role: "coin",
|
||||
// children: [
|
||||
// {
|
||||
// label: "รอบการเสนอขอ",
|
||||
// path: "coinProposals",
|
||||
// role: "coin",
|
||||
// },
|
||||
// {
|
||||
// label: "จัดการคำขอ",
|
||||
// path: "coinManage",
|
||||
// role: "coin",
|
||||
// },
|
||||
// {
|
||||
// label: "บันทึกผลการได้รับพระราชทานเหรียญจักรพรรดิมาลา",
|
||||
// path: "coinReceive",
|
||||
// role: "coin",
|
||||
// },
|
||||
// {
|
||||
// label: "บันทึกผลการจ่ายใบกำกับ",
|
||||
// path: "coinPayment",
|
||||
// role: "coin",
|
||||
// },
|
||||
// {
|
||||
// label:
|
||||
// "รายชื่อที่ยื่นคำร้องขอแก้ไขข้อมูลการขอพระราชทานเหรียญจักรพรรดิมาลา",
|
||||
// path: "coinRequest",
|
||||
// role: "coin",
|
||||
// },
|
||||
// // {
|
||||
// // label: "ประวัติการยื่นขอ",
|
||||
// // path: "coinHistory",
|
||||
// // role: "coin",
|
||||
// // },
|
||||
// {
|
||||
// label: "จัดสรรเหรียญตรา",
|
||||
// path: "coinAllocate",
|
||||
// role: "coin",
|
||||
// },
|
||||
// {
|
||||
// label: "รายงาน",
|
||||
// path: "coinReport",
|
||||
// role: "coin",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
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",
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
const tabList = readonly<tabType[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue