From 88016802b4313545e73aeed3bd017bde41cab325 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 28 Aug 2024 16:24:33 +0700 Subject: [PATCH] =?UTF-8?q?=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=8A=E0=B8=B1=E0=B9=88=E0=B8=A7=E0=B8=84?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registryPerson/components/detail/TabMain.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/TabMain.vue b/src/modules/04_registryPerson/components/detail/TabMain.vue index 0343538fd..83f75c08a 100644 --- a/src/modules/04_registryPerson/components/detail/TabMain.vue +++ b/src/modules/04_registryPerson/components/detail/TabMain.vue @@ -28,7 +28,7 @@ const itemsTab = ref([ name: "2", icon: "mdi-account-tie", label: - route.name === "registryNewEmployeeByid" + route.name === "registry-employeeId" ? "ข้อมูลลูกจ้างชั่วคราว" : "ข้อมูลราชการ", }, @@ -96,9 +96,7 @@ const splitterModel = ref(12); :fetchDataPersonal="props.fetchDataPersonal" />