From b21a4f53acecf70fcbf49d8f49015c56209ded15 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 2 Dec 2024 18:09:51 +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=3D=3D>=20=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=AA=E0=B9=88=E0=B8=A7=E0=B8=99?= =?UTF-8?q?=E0=B8=95=E0=B8=B1=E0=B8=A7,=20=E0=B8=A3=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=84=E0=B8=B3=E0=B8=A3=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=87=E0=B8=82=E0=B8=AD=E0=B9=81=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B9=84=E0=B8=82=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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/PersonalInformation/01_Profile.vue | 14 ++++- .../02_NameChangeHistory.vue | 4 +- .../detail/PersonalInformation/03_Address.vue | 8 ++- .../PersonalInformation/04_FamilyNew.vue | 6 +- .../PersonalInformation/05_Education.vue | 14 ++--- .../PersonalInformation/06_SpecialSkill.vue | 4 +- .../requestEdit/01_TabInformation.vue | 63 ++----------------- .../components/requestEdit/02_TabIDP.vue | 9 +-- .../components/requestEdit/Page01_Detail.vue | 2 + .../requestEdit/Page02_DetailIDP.vue | 3 +- .../interface/request/Profile.ts | 2 +- .../04_registryPerson/stores/profile.ts | 18 +++--- .../04_registryPerson/views/listView.vue | 2 +- 13 files changed, 64 insertions(+), 85 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/PersonalInformation/01_Profile.vue b/src/modules/04_registryPerson/components/detail/PersonalInformation/01_Profile.vue index fe8367f91..5b60efce9 100644 --- a/src/modules/04_registryPerson/components/detail/PersonalInformation/01_Profile.vue +++ b/src/modules/04_registryPerson/components/detail/PersonalInformation/01_Profile.vue @@ -592,6 +592,8 @@ onMounted(() => { dense outlined use-input + hide-selected + fill-input lazy-rules emit-value map-options @@ -615,6 +617,8 @@ onMounted(() => { outlined clearable use-input + hide-selected + fill-input lazy-rules emit-value map-options @@ -716,6 +720,8 @@ onMounted(() => { dense outlined use-input + hide-selected + fill-input clearable lazy-rules emit-value @@ -738,6 +744,8 @@ onMounted(() => { dense outlined use-input + hide-selected + fill-input clearable lazy-rules emit-value @@ -782,6 +790,8 @@ onMounted(() => { dense outlined use-input + hide-selected + fill-input clearable lazy-rules emit-value @@ -804,6 +814,8 @@ onMounted(() => { dense outlined use-input + hide-selected + fill-input clearable lazy-rules emit-value @@ -909,7 +921,7 @@ onMounted(() => { v-model:pagination="pagination" :rows-per-page-options="[10, 25, 50, 100]" :visible-columns="visibleColumnsHistory" - :filter="filterHistory" + :filter="filterHistory.trim()" > >