diff --git a/src/views/Activities/RechargeList/hook.tsx b/src/views/Activities/RechargeList/hook.tsx index 265e78a..e04da7c 100644 --- a/src/views/Activities/RechargeList/hook.tsx +++ b/src/views/Activities/RechargeList/hook.tsx @@ -18,7 +18,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 }); diff --git a/src/views/Activities/giftPack/hook.tsx b/src/views/Activities/giftPack/hook.tsx index 23e137e..60ed859 100644 --- a/src/views/Activities/giftPack/hook.tsx +++ b/src/views/Activities/giftPack/hook.tsx @@ -18,7 +18,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const tableLabel = ref([ diff --git a/src/views/Activities/goodGift/giftPack/hook.tsx b/src/views/Activities/goodGift/giftPack/hook.tsx index c059815..d203a04 100644 --- a/src/views/Activities/goodGift/giftPack/hook.tsx +++ b/src/views/Activities/goodGift/giftPack/hook.tsx @@ -18,7 +18,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const tableLabel = ref([ diff --git a/src/views/Activities/goodGift/hook.tsx b/src/views/Activities/goodGift/hook.tsx index 41c8c8f..4303ad6 100644 --- a/src/views/Activities/goodGift/hook.tsx +++ b/src/views/Activities/goodGift/hook.tsx @@ -17,7 +17,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const tableLabel = ref([ diff --git a/src/views/Activities/newcomer/hook.tsx b/src/views/Activities/newcomer/hook.tsx index f298802..3cda29b 100644 --- a/src/views/Activities/newcomer/hook.tsx +++ b/src/views/Activities/newcomer/hook.tsx @@ -18,7 +18,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 }); diff --git a/src/views/Admin/userList/hook.tsx b/src/views/Admin/userList/hook.tsx index d427b0a..076c44d 100644 --- a/src/views/Admin/userList/hook.tsx +++ b/src/views/Admin/userList/hook.tsx @@ -20,7 +20,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const indexMethod = (index: number) => { diff --git a/src/views/Admin/userLog/hook.tsx b/src/views/Admin/userLog/hook.tsx index 47ff9ae..0cc8c71 100644 --- a/src/views/Admin/userLog/hook.tsx +++ b/src/views/Admin/userLog/hook.tsx @@ -12,7 +12,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 }); diff --git a/src/views/BlindBox/boxList/hook.tsx b/src/views/BlindBox/boxList/hook.tsx index 8d47fa5..fcd12a6 100644 --- a/src/views/BlindBox/boxList/hook.tsx +++ b/src/views/BlindBox/boxList/hook.tsx @@ -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 }); diff --git a/src/views/BlindBox/openRecord/hook.tsx b/src/views/BlindBox/openRecord/hook.tsx index 33742dd..a898a50 100644 --- a/src/views/BlindBox/openRecord/hook.tsx +++ b/src/views/BlindBox/openRecord/hook.tsx @@ -13,7 +13,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const searchForm = ref({ diff --git a/src/views/BlindBox/turntable/hook.tsx b/src/views/BlindBox/turntable/hook.tsx index 1756e2a..91ed216 100644 --- a/src/views/BlindBox/turntable/hook.tsx +++ b/src/views/BlindBox/turntable/hook.tsx @@ -23,7 +23,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const searchForm = ref({ diff --git a/src/views/Decorate/decorateList/hook.tsx b/src/views/Decorate/decorateList/hook.tsx index e50bbae..07a5ce1 100644 --- a/src/views/Decorate/decorateList/hook.tsx +++ b/src/views/Decorate/decorateList/hook.tsx @@ -29,7 +29,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const tableLabel = ref([ diff --git a/src/views/Decorate/decorateUser/hook.tsx b/src/views/Decorate/decorateUser/hook.tsx index eef0cbc..88ca8e0 100644 --- a/src/views/Decorate/decorateUser/hook.tsx +++ b/src/views/Decorate/decorateUser/hook.tsx @@ -25,7 +25,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 }); diff --git a/src/views/Financial/Recharge/hook.tsx b/src/views/Financial/Recharge/hook.tsx index 934c40e..4fabe32 100644 --- a/src/views/Financial/Recharge/hook.tsx +++ b/src/views/Financial/Recharge/hook.tsx @@ -43,7 +43,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 }); diff --git a/src/views/Financial/Withdrawal/hook.tsx b/src/views/Financial/Withdrawal/hook.tsx index 0bd6439..860d293 100644 --- a/src/views/Financial/Withdrawal/hook.tsx +++ b/src/views/Financial/Withdrawal/hook.tsx @@ -57,7 +57,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 }); diff --git a/src/views/Financial/backRecharge/hook.tsx b/src/views/Financial/backRecharge/hook.tsx index b630363..26cbe1a 100644 --- a/src/views/Financial/backRecharge/hook.tsx +++ b/src/views/Financial/backRecharge/hook.tsx @@ -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 }); diff --git a/src/views/Financial/exchange/hook.tsx b/src/views/Financial/exchange/hook.tsx index c37ebd2..4e98c65 100644 --- a/src/views/Financial/exchange/hook.tsx +++ b/src/views/Financial/exchange/hook.tsx @@ -24,7 +24,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 }); diff --git a/src/views/Inform/androidlog/hook.tsx b/src/views/Inform/androidlog/hook.tsx index aa099a2..2cf422f 100644 --- a/src/views/Inform/androidlog/hook.tsx +++ b/src/views/Inform/androidlog/hook.tsx @@ -12,7 +12,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 }); diff --git a/src/views/Inform/feedback/hook.tsx b/src/views/Inform/feedback/hook.tsx index aba0bab..f242c02 100644 --- a/src/views/Inform/feedback/hook.tsx +++ b/src/views/Inform/feedback/hook.tsx @@ -14,7 +14,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 }); diff --git a/src/views/Inform/reportLIst/hook.tsx b/src/views/Inform/reportLIst/hook.tsx index 209213a..e1e38ee 100644 --- a/src/views/Inform/reportLIst/hook.tsx +++ b/src/views/Inform/reportLIst/hook.tsx @@ -14,7 +14,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 }); diff --git a/src/views/Inform/reportType/hook.tsx b/src/views/Inform/reportType/hook.tsx index 9932f13..32b28f0 100644 --- a/src/views/Inform/reportType/hook.tsx +++ b/src/views/Inform/reportType/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/Invited/incomeList/hook.tsx b/src/views/Invited/incomeList/hook.tsx index 46938f5..feca3ac 100644 --- a/src/views/Invited/incomeList/hook.tsx +++ b/src/views/Invited/incomeList/hook.tsx @@ -9,7 +9,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 }); diff --git a/src/views/Invited/inviteList/hook.tsx b/src/views/Invited/inviteList/hook.tsx index 958b4d2..3cf92b4 100644 --- a/src/views/Invited/inviteList/hook.tsx +++ b/src/views/Invited/inviteList/hook.tsx @@ -9,7 +9,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 }); diff --git a/src/views/Level/charmGrade/hook.tsx b/src/views/Level/charmGrade/hook.tsx index 9b9fdba..450921b 100644 --- a/src/views/Level/charmGrade/hook.tsx +++ b/src/views/Level/charmGrade/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/Level/cpLevel/hook.tsx b/src/views/Level/cpLevel/hook.tsx index f4c9481..f06899e 100644 --- a/src/views/Level/cpLevel/hook.tsx +++ b/src/views/Level/cpLevel/hook.tsx @@ -16,7 +16,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 }); diff --git a/src/views/Level/singerLevel/hook.tsx b/src/views/Level/singerLevel/hook.tsx index 1710d0b..1ed8790 100644 --- a/src/views/Level/singerLevel/hook.tsx +++ b/src/views/Level/singerLevel/hook.tsx @@ -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 }); diff --git a/src/views/Level/wealthGrade/hook.tsx b/src/views/Level/wealthGrade/hook.tsx index 8d4f92c..493ad9e 100644 --- a/src/views/Level/wealthGrade/hook.tsx +++ b/src/views/Level/wealthGrade/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/Nobility/nobilityList/List/hook.tsx b/src/views/Nobility/nobilityList/List/hook.tsx index 355d390..844bc6e 100644 --- a/src/views/Nobility/nobilityList/List/hook.tsx +++ b/src/views/Nobility/nobilityList/List/hook.tsx @@ -16,7 +16,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 }); diff --git a/src/views/Nobility/nobilityList/hook.tsx b/src/views/Nobility/nobilityList/hook.tsx index 15907f3..1e043d6 100644 --- a/src/views/Nobility/nobilityList/hook.tsx +++ b/src/views/Nobility/nobilityList/hook.tsx @@ -17,7 +17,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 }); diff --git a/src/views/Nobility/nobilityPower/hook.tsx b/src/views/Nobility/nobilityPower/hook.tsx index 4799509..54d2afc 100644 --- a/src/views/Nobility/nobilityPower/hook.tsx +++ b/src/views/Nobility/nobilityPower/hook.tsx @@ -16,7 +16,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 }); diff --git a/src/views/Nobility/userPowerByNobility/hook.tsx b/src/views/Nobility/userPowerByNobility/hook.tsx index 57b0c1e..c97dcb5 100644 --- a/src/views/Nobility/userPowerByNobility/hook.tsx +++ b/src/views/Nobility/userPowerByNobility/hook.tsx @@ -7,7 +7,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 }); diff --git a/src/views/Statistical/acceptGiftsRank/hook.tsx b/src/views/Statistical/acceptGiftsRank/hook.tsx index 67c5422..a8a98a8 100644 --- a/src/views/Statistical/acceptGiftsRank/hook.tsx +++ b/src/views/Statistical/acceptGiftsRank/hook.tsx @@ -14,7 +14,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 }); diff --git a/src/views/Statistical/consumerRank/hook.tsx b/src/views/Statistical/consumerRank/hook.tsx index ff21c3e..fcf277e 100644 --- a/src/views/Statistical/consumerRank/hook.tsx +++ b/src/views/Statistical/consumerRank/hook.tsx @@ -14,7 +14,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 }); diff --git a/src/views/Statistical/giftRank/hook.tsx b/src/views/Statistical/giftRank/hook.tsx index d781881..c2ea647 100644 --- a/src/views/Statistical/giftRank/hook.tsx +++ b/src/views/Statistical/giftRank/hook.tsx @@ -13,7 +13,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 }); diff --git a/src/views/Statistical/giftRecord/hook.tsx b/src/views/Statistical/giftRecord/hook.tsx index 332aa4b..7ed1226 100644 --- a/src/views/Statistical/giftRecord/hook.tsx +++ b/src/views/Statistical/giftRecord/hook.tsx @@ -13,7 +13,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 }); diff --git a/src/views/Statistical/rechargeRank/hook.tsx b/src/views/Statistical/rechargeRank/hook.tsx index 1c5bfb8..69311c8 100644 --- a/src/views/Statistical/rechargeRank/hook.tsx +++ b/src/views/Statistical/rechargeRank/hook.tsx @@ -13,7 +13,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 }); diff --git a/src/views/Statistical/roomFlowRank/hook.tsx b/src/views/Statistical/roomFlowRank/hook.tsx index 809bb1e..39582cc 100644 --- a/src/views/Statistical/roomFlowRank/hook.tsx +++ b/src/views/Statistical/roomFlowRank/hook.tsx @@ -14,7 +14,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 }); diff --git a/src/views/Statistical/taskAssignment/hook.tsx b/src/views/Statistical/taskAssignment/hook.tsx index c5e8307..a012f59 100644 --- a/src/views/Statistical/taskAssignment/hook.tsx +++ b/src/views/Statistical/taskAssignment/hook.tsx @@ -14,7 +14,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 }); diff --git a/src/views/Underage/adolescentList/hook.tsx b/src/views/Underage/adolescentList/hook.tsx index 75b22dc..bddd1cd 100644 --- a/src/views/Underage/adolescentList/hook.tsx +++ b/src/views/Underage/adolescentList/hook.tsx @@ -24,7 +24,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 }); diff --git a/src/views/Underage/adolescentType/hook.tsx b/src/views/Underage/adolescentType/hook.tsx index 9810a77..04d0ebb 100644 --- a/src/views/Underage/adolescentType/hook.tsx +++ b/src/views/Underage/adolescentType/hook.tsx @@ -24,7 +24,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 }); diff --git a/src/views/Version/hook.tsx b/src/views/Version/hook.tsx index 7028396..b38d602 100644 --- a/src/views/Version/hook.tsx +++ b/src/views/Version/hook.tsx @@ -18,7 +18,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 }); diff --git a/src/views/advertisement/hook.tsx b/src/views/advertisement/hook.tsx index 47ea837..6ca7251 100644 --- a/src/views/advertisement/hook.tsx +++ b/src/views/advertisement/hook.tsx @@ -16,7 +16,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 }); diff --git a/src/views/dailyTasksBox/ActivitiesList/hook.tsx b/src/views/dailyTasksBox/ActivitiesList/hook.tsx index 0c63d36..39aec99 100644 --- a/src/views/dailyTasksBox/ActivitiesList/hook.tsx +++ b/src/views/dailyTasksBox/ActivitiesList/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/dynamics/dynamicsList/hook.tsx b/src/views/dynamics/dynamicsList/hook.tsx index 9ffad0e..95fa060 100644 --- a/src/views/dynamics/dynamicsList/hook.tsx +++ b/src/views/dynamics/dynamicsList/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/dynamics/dynamicsTopic/hook.tsx b/src/views/dynamics/dynamicsTopic/hook.tsx index 4f48246..6e5d092 100644 --- a/src/views/dynamics/dynamicsTopic/hook.tsx +++ b/src/views/dynamics/dynamicsTopic/hook.tsx @@ -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 }); diff --git a/src/views/gift/giftClassif/hook.tsx b/src/views/gift/giftClassif/hook.tsx index 6c1035b..18fdc91 100644 --- a/src/views/gift/giftClassif/hook.tsx +++ b/src/views/gift/giftClassif/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/gift/giftList/hook.tsx b/src/views/gift/giftList/hook.tsx index 62e84d4..86294dc 100644 --- a/src/views/gift/giftList/hook.tsx +++ b/src/views/gift/giftList/hook.tsx @@ -51,7 +51,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 }); diff --git a/src/views/message/hook.tsx b/src/views/message/hook.tsx index 8d3cfd2..a04be09 100644 --- a/src/views/message/hook.tsx +++ b/src/views/message/hook.tsx @@ -18,7 +18,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const searchForm = ref({ diff --git a/src/views/newuser/backpackList/hook.tsx b/src/views/newuser/backpackList/hook.tsx index ee0647c..70ce1f5 100644 --- a/src/views/newuser/backpackList/hook.tsx +++ b/src/views/newuser/backpackList/hook.tsx @@ -14,7 +14,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const searchForm = ref({ diff --git a/src/views/newuser/disableUser/hook.tsx b/src/views/newuser/disableUser/hook.tsx index 6c436e2..a57097c 100644 --- a/src/views/newuser/disableUser/hook.tsx +++ b/src/views/newuser/disableUser/hook.tsx @@ -15,7 +15,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 }); diff --git a/src/views/newuser/newuserList/hook.tsx b/src/views/newuser/newuserList/hook.tsx index e1d0ff0..f12fd1d 100644 --- a/src/views/newuser/newuserList/hook.tsx +++ b/src/views/newuser/newuserList/hook.tsx @@ -43,7 +43,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 }); diff --git a/src/views/newuser/newuserTag/hook.tsx b/src/views/newuser/newuserTag/hook.tsx index 8efff0f..0d93a26 100644 --- a/src/views/newuser/newuserTag/hook.tsx +++ b/src/views/newuser/newuserTag/hook.tsx @@ -17,7 +17,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const tableLabel = ref([ diff --git a/src/views/newuser/robotList/hook.tsx b/src/views/newuser/robotList/hook.tsx index 9fde737..affeba3 100644 --- a/src/views/newuser/robotList/hook.tsx +++ b/src/views/newuser/robotList/hook.tsx @@ -14,7 +14,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const searchForm = ref({ diff --git a/src/views/newuser/singerUser/detailView.tsx b/src/views/newuser/singerUser/detailView.tsx index b61e0c5..eb84145 100644 --- a/src/views/newuser/singerUser/detailView.tsx +++ b/src/views/newuser/singerUser/detailView.tsx @@ -10,7 +10,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 }); diff --git a/src/views/newuser/singerUser/hook.tsx b/src/views/newuser/singerUser/hook.tsx index a064568..6310065 100644 --- a/src/views/newuser/singerUser/hook.tsx +++ b/src/views/newuser/singerUser/hook.tsx @@ -15,7 +15,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 }); diff --git a/src/views/paradise/paradiseList/hook.tsx b/src/views/paradise/paradiseList/hook.tsx index 6405263..262d15a 100644 --- a/src/views/paradise/paradiseList/hook.tsx +++ b/src/views/paradise/paradiseList/hook.tsx @@ -21,7 +21,7 @@ export function useData() { total: 0, pageSize: 10, currentPage: 1, - pageSizes: [10, 20, 50, 100], + pageSizes: [10, 20, 50, 100, 500, 1000, 2000], background: true }); const searchForm = ref({ diff --git a/src/views/permission/permissionList/hook.tsx b/src/views/permission/permissionList/hook.tsx index 33d8581..a8de7dc 100644 --- a/src/views/permission/permissionList/hook.tsx +++ b/src/views/permission/permissionList/hook.tsx @@ -16,7 +16,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 }); diff --git a/src/views/permission/roleList/hook.tsx b/src/views/permission/roleList/hook.tsx index 2e2fc8b..59b30f0 100644 --- a/src/views/permission/roleList/hook.tsx +++ b/src/views/permission/roleList/hook.tsx @@ -18,7 +18,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 }); diff --git a/src/views/room/RedEnvelope/hook.tsx b/src/views/room/RedEnvelope/hook.tsx index a0d0bdf..eb96034 100644 --- a/src/views/room/RedEnvelope/hook.tsx +++ b/src/views/room/RedEnvelope/hook.tsx @@ -37,7 +37,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 }); diff --git a/src/views/room/expression/hook.tsx b/src/views/room/expression/hook.tsx index c57a32a..924c862 100644 --- a/src/views/room/expression/hook.tsx +++ b/src/views/room/expression/hook.tsx @@ -26,7 +26,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 }); diff --git a/src/views/room/hourlyChart/hook.tsx b/src/views/room/hourlyChart/hook.tsx index f1f8a24..7f357eb 100644 --- a/src/views/room/hourlyChart/hook.tsx +++ b/src/views/room/hourlyChart/hook.tsx @@ -23,7 +23,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 }); diff --git a/src/views/room/movieRoom/hook.tsx b/src/views/room/movieRoom/hook.tsx index 528dd2a..cb6c7a0 100644 --- a/src/views/room/movieRoom/hook.tsx +++ b/src/views/room/movieRoom/hook.tsx @@ -37,7 +37,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 }); diff --git a/src/views/room/roomBackground/hook.tsx b/src/views/room/roomBackground/hook.tsx index 05a0f4f..053d0f8 100644 --- a/src/views/room/roomBackground/hook.tsx +++ b/src/views/room/roomBackground/hook.tsx @@ -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 }); diff --git a/src/views/room/roomExamine/hook.tsx b/src/views/room/roomExamine/hook.tsx index 1e34434..90f7fda 100644 --- a/src/views/room/roomExamine/hook.tsx +++ b/src/views/room/roomExamine/hook.tsx @@ -32,7 +32,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 }); diff --git a/src/views/room/roomHeadlines/hook.tsx b/src/views/room/roomHeadlines/hook.tsx index 3939e48..d8ca9a3 100644 --- a/src/views/room/roomHeadlines/hook.tsx +++ b/src/views/room/roomHeadlines/hook.tsx @@ -25,7 +25,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 }); diff --git a/src/views/room/roomList/hook.tsx b/src/views/room/roomList/hook.tsx index 834e15d..e843e4f 100644 --- a/src/views/room/roomList/hook.tsx +++ b/src/views/room/roomList/hook.tsx @@ -66,7 +66,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 }); diff --git a/src/views/room/roomList/sing.tsx b/src/views/room/roomList/sing.tsx index 6524eb8..b910486 100644 --- a/src/views/room/roomList/sing.tsx +++ b/src/views/room/roomList/sing.tsx @@ -19,7 +19,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 }); diff --git a/src/views/room/roomLog/hook.tsx b/src/views/room/roomLog/hook.tsx index a472df3..25981d4 100644 --- a/src/views/room/roomLog/hook.tsx +++ b/src/views/room/roomLog/hook.tsx @@ -41,7 +41,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 }); diff --git a/src/views/room/roomRelation/hook.tsx b/src/views/room/roomRelation/hook.tsx index b18103e..0e7147e 100644 --- a/src/views/room/roomRelation/hook.tsx +++ b/src/views/room/roomRelation/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/room/roomRules/hook.tsx b/src/views/room/roomRules/hook.tsx index 86952fe..fd2f81f 100644 --- a/src/views/room/roomRules/hook.tsx +++ b/src/views/room/roomRules/hook.tsx @@ -18,7 +18,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 }); diff --git a/src/views/room/roomSubsidy/hook.tsx b/src/views/room/roomSubsidy/hook.tsx index 19a6814..b7b2e38 100644 --- a/src/views/room/roomSubsidy/hook.tsx +++ b/src/views/room/roomSubsidy/hook.tsx @@ -30,7 +30,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 }); diff --git a/src/views/room/roomTag/hook.tsx b/src/views/room/roomTag/hook.tsx index 1e400c9..7c72668 100644 --- a/src/views/room/roomTag/hook.tsx +++ b/src/views/room/roomTag/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/room/roomType/hook.tsx b/src/views/room/roomType/hook.tsx index 162b2d8..47275db 100644 --- a/src/views/room/roomType/hook.tsx +++ b/src/views/room/roomType/hook.tsx @@ -22,7 +22,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 }); diff --git a/src/views/system/Tasks/Reward/hook.tsx b/src/views/system/Tasks/Reward/hook.tsx index 9049dc9..5840b3f 100644 --- a/src/views/system/Tasks/Reward/hook.tsx +++ b/src/views/system/Tasks/Reward/hook.tsx @@ -16,7 +16,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 }); diff --git a/src/views/system/Tasks/hook.tsx b/src/views/system/Tasks/hook.tsx index 13bcd74..a1a2119 100644 --- a/src/views/system/Tasks/hook.tsx +++ b/src/views/system/Tasks/hook.tsx @@ -31,7 +31,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 }); diff --git a/src/views/system/helpCenter/hook.tsx b/src/views/system/helpCenter/hook.tsx index cbf1c08..b496b92 100644 --- a/src/views/system/helpCenter/hook.tsx +++ b/src/views/system/helpCenter/hook.tsx @@ -57,7 +57,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 }); diff --git a/src/views/system/rechargeRules/hook.tsx b/src/views/system/rechargeRules/hook.tsx index f321ac2..55c98fb 100644 --- a/src/views/system/rechargeRules/hook.tsx +++ b/src/views/system/rechargeRules/hook.tsx @@ -24,7 +24,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 }); diff --git a/src/views/system/singlePage/hook.tsx b/src/views/system/singlePage/hook.tsx index c7eb969..ae3b368 100644 --- a/src/views/system/singlePage/hook.tsx +++ b/src/views/system/singlePage/hook.tsx @@ -23,7 +23,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 }); diff --git a/src/views/system/themeManage/hook.tsx b/src/views/system/themeManage/hook.tsx index fb3a8d3..34c8b76 100644 --- a/src/views/system/themeManage/hook.tsx +++ b/src/views/system/themeManage/hook.tsx @@ -18,7 +18,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 }); diff --git a/src/views/union/unionList/hook.tsx b/src/views/union/unionList/hook.tsx index 10b6728..edce64c 100644 --- a/src/views/union/unionList/hook.tsx +++ b/src/views/union/unionList/hook.tsx @@ -35,7 +35,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 }); diff --git a/src/views/union/unionRule/hook.tsx b/src/views/union/unionRule/hook.tsx index 7edd451..8c67fa1 100644 --- a/src/views/union/unionRule/hook.tsx +++ b/src/views/union/unionRule/hook.tsx @@ -18,7 +18,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 }); diff --git a/src/views/union/unionSubsidy/hook.tsx b/src/views/union/unionSubsidy/hook.tsx index 094e6f9..ac94470 100644 --- a/src/views/union/unionSubsidy/hook.tsx +++ b/src/views/union/unionSubsidy/hook.tsx @@ -30,7 +30,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 });