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