- ออกคำสั่ง step 4 hide download

- ปรับเมนูในทะเบียนประวัติ และเมนู (แต่งตั้ง-เลื่อน)
This commit is contained in:
Warunee Tamkoo 2023-08-10 20:13:12 +07:00
parent 054802c8b7
commit 5b800ed351
3 changed files with 64 additions and 253 deletions

View file

@ -235,8 +235,7 @@ const menuList = readonly<any[]>([
{
key: 6.6,
label: "รายการช่วยราชการ" /* */,
// path: "help-government",
path: "repatriation-order",
path: "help-government",
role: "placement",
},
{
@ -247,26 +246,20 @@ const menuList = readonly<any[]>([
},
{
key: 6.8,
label: "รายการแต่งตั้ง" /* */,
// path: "repatriate",
label: "รายการแต่งตั้ง-เลื่อน" /* */,
path: "appoint-promote",
role: "placement",
},
{
key: 6.9,
label: "รายการเลื่อน" /* */,
path: "postpone",
role: "placement",
},
{
key: 6.1,
label: "รายการย้าย" /* */,
path: "move-order",
path: "move-list",
role: "placement",
},
{
key: 6.1,
key: 6.10,
label: "รายการอื่นๆ" /* */,
path: "other-order",
path: "other",
role: "placement",
},
],