This commit is contained in:
yziiy
2025-12-20 17:13:43 +08:00
parent d91f9a4c64
commit 92b4a5ca87
81 changed files with 81 additions and 81 deletions

View File

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