edit path ไล่ออก ปลดออก ให้ออก

This commit is contained in:
Warunee Tamkoo 2023-08-11 15:03:45 +07:00
parent 875bc2bd87
commit 84f61e70d2

View file

@ -125,7 +125,7 @@ const menuList = readonly<any[]>([
activeIcon: "order", activeIcon: "order",
label: "ออกคำสั่ง", label: "ออกคำสั่ง",
path: "order", path: "order",
role: "placement", role: "order",
}, },
{ {
key: 5, key: 5,
@ -253,7 +253,7 @@ const menuList = readonly<any[]>([
{ {
key: 6.9, key: 6.9,
label: "รายการย้าย" /* */, label: "รายการย้าย" /* */,
path: "move-list", path: "relocation",
role: "placement", role: "placement",
}, },
{ {
@ -311,13 +311,13 @@ const menuList = readonly<any[]>([
{ {
key: 7.6, key: 7.6,
label: "รายการปลดออก", label: "รายการปลดออก",
path: "dismiss-order", path: "discharged",
role: "retirement", role: "retirement",
}, },
{ {
key: 7.7, key: 7.7,
label: "รายการไล่ออก", label: "รายการไล่ออก",
path: "dismiss-order", path: "expulsion",
role: "retirement", role: "retirement",
}, },
], ],