เพิ่มเมนู Probation
This commit is contained in:
parent
b7ee12468a
commit
bb7b0c37d1
2 changed files with 23 additions and 3 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue