From 955c2d402fb70dec3d7c635613d8a7e1d0ed4f0d Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 4 Jun 2024 19:48:09 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=AD=E0=B8=B2=E0=B9=80=E0=B8=A1?= =?UTF-8?q?=E0=B8=99=E0=B8=B9=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=E0=B8=A5=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=E0=B8=87=E0=B8=81=E0=B8=A5=E0=B8=B1=E0=B8=9A=E0=B8=A1?= =?UTF-8?q?=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/request/main/main.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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", - }, ], }, ]);