diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue index 95d384ffe..939bd37c6 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue @@ -41,6 +41,11 @@ const id = ref(""); const age = ref(""); const formData = reactive(store.defaultProfile); +const pagination = ref({ + page: 1, + rowsPerPage: 10, +}); + const dataLabel = { citizenId: "เลขบัตรประจำตัวประชาชน", name: "ชื่อ - สกุล", @@ -828,6 +833,7 @@ onMounted(async () => { style="min-width: 150px" /> + { dense :columns="columnsHistory" :rows="rowsHistory" - :paging="true" + class="custom-header-table" + v-model:pagination="pagination" :rows-per-page-options="[10, 25, 50, 100]" :visible-columns="visibleColumnsHistory" :filter="filterHistory" @@ -861,18 +868,6 @@ onMounted(async () => { - -