fix: rowperpage
This commit is contained in:
parent
68227116d0
commit
40e2b34617
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ watch(
|
|||
:virtual-scroll-sticky-size-start="48"
|
||||
dense
|
||||
:pagination-label="paginationLabel"
|
||||
:rows-per-page-options="nornmalData ? [0] : [1, 25, 50, 100]"
|
||||
:rows-per-page-options="nornmalData ? [0] : [10, 25, 50, 100]"
|
||||
@update:pagination="updatePagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue