แก้ UI ลาออก

This commit is contained in:
setthawutttty 2025-04-30 15:52:26 +07:00
parent fe6ce363f6
commit 7955ac3286
7 changed files with 1727 additions and 158 deletions

View file

@ -950,22 +950,6 @@ onMounted(async () => {
dense
:rows-per-page-options="[1, 25, 50, 100]"
>
<!-- @update:pagination="updatePagination" -->
<!-- <template v-slot:pagination="scope">
งหมด {{ total }} รายการ
<q-pagination
v-model="pagination.page"
active-color="primary"
color="dark"
:max="Number(totalList)"
size="sm"
boundary-links
direction-links
:max-pages="5"
@update:model-value="getData"
></q-pagination>
</template> -->
<template v-slot:header="props">
<q-tr :props="props">
<q-th