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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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