fix rows-per-page

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-14 10:52:32 +07:00
parent dddb918c94
commit fe30f6b607
2 changed files with 2 additions and 2 deletions

View file

@ -389,7 +389,7 @@ watch(
bordered
:paging="true"
dense
:rows-per-page-options="[1,10, 25, 50, 100]"
:rows-per-page-options="[10, 25, 50, 100]"
:visible-columns="visibleColumns"
@update:pagination="updatePageSizePagination"
>