This commit is contained in:
yziiy
2025-09-27 15:38:32 +08:00
parent 950e6d09ec
commit abc2a7b2fb
66 changed files with 80 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});