From f28d71e2d60b38bbe0748dc9b6186a033aa029c4 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 1 May 2025 12:19:19 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B8=A5=E0=B8=B9?= =?UTF-8?q?=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B8=8A=E0=B8=B1?= =?UTF-8?q?=E0=B9=88=E0=B8=A7=E0=B8=84=E0=B8=A3=E0=B8=B2=E0=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/Employee/01_DataEmployee.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue b/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue index 30248f407..7c6cc7c8f 100644 --- a/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue +++ b/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue @@ -175,7 +175,7 @@ const columns = ref([ { name: "positionEmployeePositionId", align: "left", - label: "ตำแหน่งทางสายงาน", + label: "ตำแหน่ง", sortable: true, field: "positionEmployeePositionId", headerStyle: "font-size: 14px", @@ -391,7 +391,7 @@ onMounted(() => {
-
ตำแหน่งทางสายงาน
+
ตำแหน่ง
{{ dataEmployee.positionEmployeePositionId ?? "-" }} @@ -503,8 +503,8 @@ onMounted(() => { hide-bottom-space v-model="formData.positionEmployeePositionId" class="inputgreen" - label="ตำแหน่งทางสายงาน" - :rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่งทางสายงาน'}`]" + label="ตำแหน่ง" + :rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่ง'}`]" />