แก้ paging
This commit is contained in:
parent
ce0c2fef3f
commit
91d3c417d6
7 changed files with 88 additions and 97 deletions
|
|
@ -331,7 +331,7 @@ onMounted(async () => {
|
|||
<template v-if="status !== 'ALL'" v-slot:append>
|
||||
<q-icon
|
||||
name="cancel"
|
||||
@click.stop.prevent="(status = 'ALL'), getListData()"
|
||||
@click.stop.prevent="(status = 'ALL'), getSerach()"
|
||||
class="cursor-pointer"
|
||||
/>
|
||||
</template>
|
||||
|
|
@ -382,7 +382,7 @@ onMounted(async () => {
|
|||
row-key="id"
|
||||
:paging="true"
|
||||
:visible-columns="visibleColumns"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
:rows-per-page-options="[1, 25, 50, 100]"
|
||||
@update:pagination="updatePagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue