From c97f248e78271fae7810e627948b3894724fa754 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 5 Apr 2024 10:16:34 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=81?= =?UTF-8?q?=E0=B8=A5=E0=B8=B8=E0=B9=88=E0=B8=A1=E0=B9=80=E0=B8=9B=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=E0=B8=AB=E0=B8=A1=E0=B8=B2=E0=B8=A2=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=9A=E0=B8=9A=E0=B8=9E=E0=B8=B1=E0=B8=92=E0=B8=99=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/15_development/components/Target.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/15_development/components/Target.vue b/src/modules/15_development/components/Target.vue index 43cfb68a3..dd6f5c9fb 100644 --- a/src/modules/15_development/components/Target.vue +++ b/src/modules/15_development/components/Target.vue @@ -137,7 +137,8 @@ const groupOp = ref([ const groupSubOp = ref([ { id: "OFFICER", name: "ข้าราชการกรุงเทพมหานครสามัญ" }, { id: "TEACHER", name: "ข้าราชการครู" }, - { id: "EMPLOYEE", name: "กรุงเทพมหานคร(ลูกจ้างประจำ ลูกจ้างชั่วคราว)" }, + { id: "EMPLOYEE", name: "กรุงเทพมหานคร(ลูกจ้างประจำ)" }, + { id: "EMPLOYEETEMP", name: "กรุงเทพมหานคร(ลูกจ้างชั่วคราว)" }, { id: "EDUCATIONAL", name: "บุคลากรทางการศึกษากรุงเทพมหานคร" }, ]); @@ -628,7 +629,7 @@ onMounted(() => { :options=" formGroupTarget.groupTarget === 'OFFICER' ? groupSubOp.slice(0, 2) - : groupSubOp.slice(2, 4) + : groupSubOp.slice(2, 5) " label="กลุ่มเป้าหมายย่อย" hide-bottom-space