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 () => { - +