แก้เมนูออกคำสั่ง

This commit is contained in:
AnandaTon 2023-07-25 09:27:52 +07:00
parent 8066a92c33
commit 37722a0916
2 changed files with 15 additions and 23 deletions

View file

@ -201,20 +201,20 @@ const menuList = readonly<any[]>([
{
key: 6.3,
label: "การทดลองงาน" /* การทดลองงาน */,
path: "",
path: "probation",
role: "probation",
children: [
{
label: "รายการคำขอโอน",
path: "probationTranfer",
role: "probation",
},
{
label: "รายการรับโอน",
path: "probationReceive",
role: "probation",
},
],
},
{
key: 6.4,
label: "รายการคำขอโอน" /* */,
path: "tranfer",
role: "placement",
},
{
key: 6.5,
label: "รายการรับโอน" /* */,
path: "receive",
role: "placement",
},
],
},