From 073e1ef8f3b75ecc331886a3897fe02bebebd567 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 13 Mar 2024 17:12:17 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=80?= =?UTF-8?q?=E0=B8=9B=E0=B8=A5=E0=B8=B5=E0=B9=88=E0=B8=A2=E0=B8=99=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD-=E0=B8=AA=E0=B8=81=E0=B8=B8?= =?UTF-8?q?=E0=B8=A5=20(=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=AB=E0=B8=B1?= =?UTF-8?q?=E0=B8=A7=E0=B8=82=E0=B9=89=E0=B8=AD=20popup)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../02_NameChangeHistory.vue | 38 ++----------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue index 1ae82660a..283c78086 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue @@ -32,7 +32,7 @@ const filterSearch = ref(""); const filterHistory = ref(""); const modalHistory = ref(false); const rowsHistory = ref([]); -const tittleHistory = ref("ประวัติแก้ไขประวัติการเปลี่ยนชื่อ-นามสกุล"); +const tittleHistory = ref("ประวัติการเปลี่ยนชื่อ-นามสกุล"); const visibleColumns = ref([ "prefix", "firstName", @@ -281,7 +281,6 @@ onMounted(async () => { dense outlined debounce="300" - class="q-ml-sm" ref="filterRef" v-model="filterSearch" placeholder="ค้นหา" @@ -307,7 +306,7 @@ onMounted(async () => { option-value="name" v-model="visibleColumns" :options="columns" - class="gt-xs q-ml-sm" + class="q-ml-sm" style="min-width: 150px" :display-value="$q.lang.table.columns" /> @@ -418,35 +417,4 @@ onMounted(async () => { - +