จัดหน้า router
This commit is contained in:
parent
9fbc60e8b4
commit
afa42c0133
13 changed files with 633 additions and 25 deletions
|
|
@ -242,7 +242,8 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
{
|
||||
key: 8.4,
|
||||
label: "บันทึกผลการได้รับพระราช..." /* รายชื่อผู้สอบผ่าน */,
|
||||
label:
|
||||
"บันทึกผลการได้รับพระราชทานเครื่องราชย์อิสริยสภรณ์" /* รายชื่อผู้สอบผ่าน */,
|
||||
path: "insigniaRecord",
|
||||
role: "insignia",
|
||||
},
|
||||
|
|
@ -256,6 +257,65 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
{
|
||||
key: 9,
|
||||
icon: "mdi-medal-outline",
|
||||
activeIcon: "mdi-medal",
|
||||
label: "เหรียญจักรพรรดิมาลา",
|
||||
path: "coin",
|
||||
role: "coin",
|
||||
children: [
|
||||
{
|
||||
key: 9.1,
|
||||
label: "รายการเสนอขอ",
|
||||
path: "coinProposals",
|
||||
role: "coin",
|
||||
},
|
||||
{
|
||||
key: 9.2,
|
||||
label: "จัดการคำขอ",
|
||||
path: "coinManage",
|
||||
role: "coin",
|
||||
},
|
||||
{
|
||||
key: 9.3,
|
||||
label: "บันทึกผลการได้รับพระราชทานเหรียญจักรพรรดิมาลา",
|
||||
path: "coinReceive",
|
||||
role: "coin",
|
||||
},
|
||||
{
|
||||
key: 9.4,
|
||||
label: "บันทึกผลการจ่ายใบกำกับ",
|
||||
path: "coinPayment",
|
||||
role: "coin",
|
||||
},
|
||||
{
|
||||
key: 9.5,
|
||||
label:
|
||||
"รายชื่อที่ยื่นคำร้องขอแก้ไขข้อมูลการขอพระราชทานเหรียญจักรพรรดิมาลา",
|
||||
path: "coinRequest",
|
||||
role: "coin",
|
||||
},
|
||||
{
|
||||
key: 9.6,
|
||||
label: "ประวัติการยื่นขอ",
|
||||
path: "coinHistory",
|
||||
role: "coin",
|
||||
},
|
||||
{
|
||||
key: 9.7,
|
||||
label: "จัดสรรเหรียญตรา",
|
||||
path: "coinAllocate",
|
||||
role: "coin",
|
||||
},
|
||||
{
|
||||
key: 9.8,
|
||||
label: "รายงาน",
|
||||
path: "coinReport",
|
||||
role: "coin",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 10,
|
||||
icon: "o_contact_page",
|
||||
activeIcon: "contact_page",
|
||||
label: "ทะเบียนประวัติลูกจ้าง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue