diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index c1c498ba3..b1d333a01 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -154,6 +154,14 @@ const menuList = readonly([ path: "registryNew", role: "organization", }, + { + key: 4, + icon: "o_contact_page", + activeIcon: "registry_employee_page", + label: "ทะเบียนประวัติลูกจ้าง", + path: "registry-employee", + role: "registryEmployee", + }, { key: 4, icon: "verified", @@ -665,14 +673,6 @@ const menuList = readonly([ path: "registry", role: "registry", }, - { - key: 13.0, - icon: "o_contact_page", - activeIcon: "registry_employee_page", - label: "ทะเบียนประวัติลูกจ้าง", - path: "registry-employee", - role: "registryEmployee", - }, ], }, ]);