แก้ UI ลาออก
This commit is contained in:
parent
fe6ce363f6
commit
7955ac3286
7 changed files with 1727 additions and 158 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue