Update default item per page by 10

This commit is contained in:
Michael
2025-08-26 15:59:28 +09:00
parent 70aa21c78d
commit ac5bb1eb6e
9 changed files with 9 additions and 9 deletions

View File

@ -118,7 +118,7 @@ export default {
},
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -168,7 +168,7 @@ export default {
loadGrid: false,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -154,7 +154,7 @@ export default {
alrmFg: null,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};

View File

@ -160,7 +160,7 @@ export default {
fabFlag: false,
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
routeData: {},
totalCount: 0,

View File

@ -111,7 +111,7 @@ export default {
edtingFinishFlag: 'Y',
itemsPerPage: 10,
itemsPerPageArray: [10, 20, 50],
limit: 20,
limit: 10,
page: 1,
totalCount: 0,
};