- ปรับเมนูเอาทดลองงานมาเป็นเมนูหลัก เพิ่มออกคำสั่งย้ายสับเปลี่ยนตำแหน่ง
- เพิ่มย้ายสับเปลี่ยนตำแหน่ง
This commit is contained in:
parent
5f5d57b7dc
commit
c89a4d2dee
8 changed files with 2510 additions and 22 deletions
|
|
@ -258,11 +258,11 @@ const menuList = readonly<any[]>([
|
|||
path: "placement",
|
||||
role: "placement",
|
||||
},
|
||||
{
|
||||
label: "การทดลองปฏิบัติหน้าที่ราชการ",
|
||||
path: "probation",
|
||||
role: "probation",
|
||||
},
|
||||
// {
|
||||
// label: "การทดลองปฏิบัติหน้าที่ราชการ",
|
||||
// path: "probation",
|
||||
// role: "probation",
|
||||
// },
|
||||
{
|
||||
label: "รายการขอโอน",
|
||||
path: "transfer",
|
||||
|
|
@ -293,6 +293,11 @@ const menuList = readonly<any[]>([
|
|||
path: "appoint-employee",
|
||||
role: "placement",
|
||||
},
|
||||
{
|
||||
label: "ออกคำสั่งย้ายสับเปลี่ยนตำแหน่ง",
|
||||
path: "changePositions",
|
||||
role: "placement",
|
||||
},
|
||||
{
|
||||
label: "รายการอื่นๆ",
|
||||
path: "other",
|
||||
|
|
@ -300,6 +305,14 @@ const menuList = readonly<any[]>([
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 81,
|
||||
icon: "badge",
|
||||
activeIcon: "badge",
|
||||
label: "ทดลองปฏิบัติหน้าที่ราชการ",
|
||||
path: "probation",
|
||||
role: "probation",
|
||||
},
|
||||
{
|
||||
key: 9,
|
||||
icon: "mdi-account-cancel-outline",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue