Update default pagination

This commit is contained in:
Michael
2025-08-25 11:59:01 +09:00
parent 4a20707c62
commit 2dde396442
9 changed files with 9 additions and 9 deletions

View File

@ -110,7 +110,7 @@ export default {
rowKey: null,
edtingFinishFlag: 'Y',
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30],
itemsPerPageArray: [10, 20, 50],
limit: 20,
page: 1,
totalCount: 0,