แก้ไขการแสดงผลรายละเอียดการลา
This commit is contained in:
parent
fc55ffc928
commit
d25d862e67
3 changed files with 25 additions and 31 deletions
|
|
@ -182,7 +182,7 @@ onMounted(async () => {
|
|||
class="custom-header-table"
|
||||
:visible-columns="store.visibleColumns"
|
||||
v-model:pagination="initialPagination"
|
||||
:rows-per-page-options="[2, 25, 50, 100]"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
@update:pagination="updatePagination"
|
||||
>
|
||||
<template v-slot:pagination="scope">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue