From 887f229017de18a8a307e4b822f2d6d2baa85906 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Fri, 29 Sep 2023 10:26:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20=E0=B8=84=E0=B9=89=E0=B8=99=E0=B8=AB=E0=B8=B2=E0=B9=83?= =?UTF-8?q?=E0=B8=99=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=8A=E0=B8=B7=E0=B9=88?= =?UTF-8?q?=E0=B8=AD=E0=B8=A5=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B8=87=E0=B8=8A=E0=B8=B1=E0=B9=88=E0=B8=A7=E0=B8=84=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/08_registryEmployee/views/Main.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/08_registryEmployee/views/Main.vue b/src/modules/08_registryEmployee/views/Main.vue index f80d1d0e3..be6e43e2e 100644 --- a/src/modules/08_registryEmployee/views/Main.vue +++ b/src/modules/08_registryEmployee/views/Main.vue @@ -310,7 +310,7 @@ const deleteData = async (id: string) => { // **** เริ่มในส่วนของการเลือกตำแหน่ง ***// const rowsPosition = ref([]); // รายการข้อมูลในตารางกำหนดตำแหน่ง const filters = ref([]); -const filterKeyword2 = ref(""); +const filterKeyword2 = ref(""); const modal = ref(false); // เปิด-ปิด dialod กำหนดตำแหน่ง const selectedPosition = ref([]); // เก็บตำแหน่งที่เลือก @@ -970,7 +970,7 @@ const showEmployeeTemp = async () => { dense ref="filterRef" debounce="300" - :model-value="filterKeyword2" + v-model="filterKeyword2" placeholder="ค้นหา" style="width: 850px; max-width: auto" >