แก้ ทะเบียนประวัติใหม่(ข้อมูลครอบครัว) /เพิ่ม เเสดงทั้งหมด ทะเบียนประวัติเก่า

This commit is contained in:
STW_TTTY\stwtt 2024-04-03 10:55:05 +07:00
parent eb7f758dab
commit b43f4a6b77
6 changed files with 184 additions and 110 deletions

View file

@ -15,6 +15,7 @@
v-model:pagination="pagination"
>
<template v-slot:pagination="scope">
งหมด {{ props.total }} รายการ
<q-pagination
v-model="currentPage"
active-color="primary"
@ -531,6 +532,10 @@ const props = defineProps({
type: Number,
require: true,
},
total: {
type: Number,
require: true,
},
});
const emit = defineEmits([