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

@ -34,7 +34,7 @@ export default {
}, },
itemsPerPageArray: { itemsPerPageArray: {
type: Array, type: Array,
default: () => [20, 50, 100], default: () => [10, 20, 50],
}, },
}, },
data() { data() {

View File

@ -117,7 +117,7 @@ export default {
// rowGridOrigin: [], // rowGridOrigin: [],
detailList: myDetail, detailList: myDetail,
itemsPerPage: 20, itemsPerPage: 20,
itemsPerPageArray: [10, 20, 30], itemsPerPageArray: [10, 20, 50],
limit: 20, limit: 20,
page: 1, page: 1,
totalCount: 0, totalCount: 0,

View File

@ -295,7 +295,7 @@ export default {
selectedRowKey: null, selectedRowKey: null,
selectedRowData: null, selectedRowData: null,
itemsPerPage: 10, itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30], itemsPerPageArray: [10, 20, 50],
limit: 20, limit: 20,
page: 1, page: 1,
totalCount: 0, totalCount: 0,

View File

@ -134,7 +134,7 @@ export default {
// rowGridOrigin: [], // rowGridOrigin: [],
detailList: myDetail, detailList: myDetail,
itemsPerPage: 10, itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30], itemsPerPageArray: [10, 20, 50],
limit: 20, limit: 20,
page: 1, page: 1,
totalCount: 0, totalCount: 0,

View File

@ -117,7 +117,7 @@ export default {
formFg: false, formFg: false,
}, },
itemsPerPage: 10, itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30], itemsPerPageArray: [10, 20, 50],
limit: 20, limit: 20,
page: 1, page: 1,
totalCount: 0, totalCount: 0,

View File

@ -167,7 +167,7 @@ export default {
gridName: "rowGrid", gridName: "rowGrid",
loadGrid: false, loadGrid: false,
itemsPerPage: 10, itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30], itemsPerPageArray: [10, 20, 50],
limit: 20, limit: 20,
page: 1, page: 1,
totalCount: 0, totalCount: 0,

View File

@ -153,7 +153,7 @@ export default {
detailList: myDetail, detailList: myDetail,
alrmFg: null, alrmFg: null,
itemsPerPage: 10, itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30], itemsPerPageArray: [10, 20, 50],
limit: 20, limit: 20,
page: 1, page: 1,
totalCount: 0, totalCount: 0,

View File

@ -159,7 +159,7 @@ export default {
eqpmGdIdxFlag: false, eqpmGdIdxFlag: false,
fabFlag: false, fabFlag: false,
itemsPerPage: 10, itemsPerPage: 10,
itemsPerPageArray: [10, 20, 30], itemsPerPageArray: [10, 20, 50],
limit: 20, limit: 20,
page: 1, page: 1,
routeData: {}, routeData: {},

View File

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