From 4d68f5e7c920b18a7d9161b83cf09cb5b7bb1133 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 28 Aug 2023 17:12:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=9F=E0=B8=B4=E0=B8=A5=E0=B8=94=E0=B9=8C=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=AA=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B8=95=E0=B8=B1=E0=B8=A7=E0=B8=81=E0=B8=A5=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Repatriate/RepatriateMain.vue | 56 ++----------------- .../components/Repatriate/RepatriatebyId.vue | 4 +- .../components/helpgovernment/mainHelp.vue | 2 +- 3 files changed, 8 insertions(+), 54 deletions(-) diff --git a/src/modules/05_placement/components/Repatriate/RepatriateMain.vue b/src/modules/05_placement/components/Repatriate/RepatriateMain.vue index 1d8a711b1..f5600b3f4 100644 --- a/src/modules/05_placement/components/Repatriate/RepatriateMain.vue +++ b/src/modules/05_placement/components/Repatriate/RepatriateMain.vue @@ -43,7 +43,7 @@ const visibleColumns = ref([ "position", "positionLevel", "organizationPositionOld", - // "organization", + "organization", "createdAt", "statusText", "btn", @@ -55,7 +55,7 @@ const visibleColumns2 = ref([ "position", "positionLevel", "organizationPositionOld", - // "organization", + "organization", "createdAt", "statusText", ]); //ค้นหา คอลัมน์ คอลัมน์ที่แสดง @@ -72,53 +72,7 @@ const resetFilter = () => { // router.push("/retirement/resign/"+id); // }; const rows = ref([]); -const rows2 = ref([ - { - personalId: "0a846508-4932-40de-9a9e-5b519492217c", - fullname: "นางสาวอย พชช", - position: "นักบริหาร", - positionLevel: "ต้น", - oc: "สำนักงานคณะกรรมการข้าราชการกรุงเทพมหานคร", - agency: "กลุ่มงานกุมารเวชกรรม", - status: "รออนุมัติ", - }, - { - personalId: "08db721d-add6-47b0-8a13-5f45d106e8d1", - fullname: "นางสาววญ สพ", - position: "นักจัดการงานทั่วไป", - positionLevel: "ปฏิบัติการ", - oc: "กลุ่มงานช่วยนักบริหาร", - agency: "กลุ่มงานข้อมูลเมือง", - status: "รออนุมัติ", - }, - { - personalId: "08db721d-adf2-4842-8056-1abb1539356e", - fullname: "นางสาววญ สพ", - position: "นักจัดการงานทั่วไป", - positionLevel: "ปฏิบัติการ", - oc: "กลุ่มงานช่วยนักบริหาร", - agency: "กลุ่มงานข้อมูลเมือง", - status: "รออนุมัติ", - }, - { - personalId: "08db721d-adff-47b0-8762-41cd5c991001", - fullname: "นางสาววญ สพ", - position: "นักจัดการงานทั่วไป", - positionLevel: "ปฏิบัติการ", - oc: "กลุ่มงานช่วยนักบริหาร", - agency: "กลุ่มงานข้อมูลเมือง", - status: "รออนุมัติ", - }, - { - personalId: "08db721d-ae22-424d-8f4a-87ba30cc3ee7", - fullname: "นางสาววญ สพ", - position: "นักจัดการงานทั่วไป", - positionLevel: "ปฏิบัติการ", - oc: "กลุ่มงานช่วยนักบริหาร", - agency: "กลุ่มงานข้อมูลเมือง", - status: "รออนุมัติ", - }, -]); +const rows2 = ref([]); const columns = ref([ { name: "no", @@ -177,7 +131,7 @@ const columns = ref([ { name: "organization", align: "left", - label: "หน่วยงานที่ขอโอนไป", + label: "หน่วยงานที่ให้ช่วยราชการ", sortable: true, field: "organization", headerStyle: "font-size: 14px", @@ -272,7 +226,7 @@ const columns2 = ref([ { name: "organization", align: "left", - label: "หน่วยงานที่ขอโอนไป", + label: "หน่วยงานที่ให้ช่วยราชการ", sortable: true, field: "organization", headerStyle: "font-size: 14px", diff --git a/src/modules/05_placement/components/Repatriate/RepatriatebyId.vue b/src/modules/05_placement/components/Repatriate/RepatriatebyId.vue index 5754eedce..b5f8dfce0 100644 --- a/src/modules/05_placement/components/Repatriate/RepatriatebyId.vue +++ b/src/modules/05_placement/components/Repatriate/RepatriatebyId.vue @@ -200,9 +200,9 @@ :readonly="!edit" :borderless="!edit" v-model="organization" - :rules="[(val) => !!val || `${'กรุณากรอกโอนไปสังกัด'}`]" + :rules="[(val) => !!val || `${'กรุณากรอกหน่วยงานที่ให้ช่วยราชการ'}`]" hide-bottom-space - :label="`${'โอนไปสังกัด'}`" + :label="`${'หน่วยงานที่ให้ช่วยราชการ'}`" /> diff --git a/src/modules/05_placement/components/helpgovernment/mainHelp.vue b/src/modules/05_placement/components/helpgovernment/mainHelp.vue index 4d6b05aca..c5dcaca70 100644 --- a/src/modules/05_placement/components/helpgovernment/mainHelp.vue +++ b/src/modules/05_placement/components/helpgovernment/mainHelp.vue @@ -298,7 +298,7 @@ const columns2 = ref([ { name: "organization", align: "left", - label: "หน่วยงานที่ขอโอนไป", + label: "หน่วยงานที่ให้ช่วยราชการ", sortable: true, field: "organization", headerStyle: "font-size: 14px",