From bc9581edc0dabf325c436712f5b8d04d38f04a75 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 6 May 2025 16:19:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20label=20=E0=B8=95?= =?UTF-8?q?=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialogs/PopupPersonalNew.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/Dialogs/PopupPersonalNew.vue b/src/components/Dialogs/PopupPersonalNew.vue index 3eb4c7f02..dd1d9ad50 100644 --- a/src/components/Dialogs/PopupPersonalNew.vue +++ b/src/components/Dialogs/PopupPersonalNew.vue @@ -477,7 +477,11 @@ watch(modal, (newValue) => { :model-value=" goverment.position ? goverment.position : '-' " - label="ตำแหน่ง" + :label=" + props.type.toLocaleLowerCase() == 'employee' + ? 'ตำแหน่ง' + : 'ตำแหน่งในสายงาน' + " />
@@ -615,7 +619,7 @@ watch(modal, (newValue) => { ? govermentTemp.positionEmployeePositionId : '-' " - label="ตำแหน่งทางสายงาน" + label="ตำแหน่ง" />