This commit is contained in:
pa
2026-01-19 11:04:36 +09:00
parent cacbf742d1
commit 7303cd0b33
22 changed files with 107 additions and 178 deletions

View File

@@ -103,10 +103,6 @@ export const usePhotonStore = defineStore('Photon', () => {
value: []
}
],
tableProps: {
stripe: true,
size: 'small'
},
pageSize: 10,
paginationProps: {
layout: 'sizes,prev,pager,next,total'
@@ -124,10 +120,6 @@ export const usePhotonStore = defineStore('Photon', () => {
value: []
}
],
tableProps: {
stripe: true,
size: 'small'
},
pageSize: 10,
paginationProps: {
layout: 'sizes,prev,pager,next,total'