เพิ่มเมนู Probation

This commit is contained in:
AnandaTon 2023-07-24 17:47:24 +07:00
parent b7ee12468a
commit bb7b0c37d1
2 changed files with 23 additions and 3 deletions

View file

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