+
diff --git a/src/views/newuser/backpackList/hook.tsx b/src/views/newuser/backpackList/hook.tsx
index 172aed3..6732e61 100644
--- a/src/views/newuser/backpackList/hook.tsx
+++ b/src/views/newuser/backpackList/hook.tsx
@@ -10,6 +10,7 @@ export function useData() {
total: 0,
pageSize: 10,
currentPage: 1,
+ pageSizes: [10, 20, 50, 100],
background: true
});
const searchForm = ref({
diff --git a/src/views/newuser/disableUser/hook.tsx b/src/views/newuser/disableUser/hook.tsx
index 45e4cd9..6c436e2 100644
--- a/src/views/newuser/disableUser/hook.tsx
+++ b/src/views/newuser/disableUser/hook.tsx
@@ -15,6 +15,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/newuser/newuserList/hook.tsx b/src/views/newuser/newuserList/hook.tsx
index 85c89a5..6caf9b0 100644
--- a/src/views/newuser/newuserList/hook.tsx
+++ b/src/views/newuser/newuserList/hook.tsx
@@ -34,6 +34,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/newuser/newuserTag/hook.tsx b/src/views/newuser/newuserTag/hook.tsx
index 3220fc3..8efff0f 100644
--- a/src/views/newuser/newuserTag/hook.tsx
+++ b/src/views/newuser/newuserTag/hook.tsx
@@ -17,6 +17,7 @@ export function useData() {
total: 0,
pageSize: 10,
currentPage: 1,
+ pageSizes: [10, 20, 50, 100],
background: true
});
const tableLabel = ref([
diff --git a/src/views/newuser/robotList/hook.tsx b/src/views/newuser/robotList/hook.tsx
index 674101c..9fde737 100644
--- a/src/views/newuser/robotList/hook.tsx
+++ b/src/views/newuser/robotList/hook.tsx
@@ -14,6 +14,7 @@ export function useData() {
total: 0,
pageSize: 10,
currentPage: 1,
+ pageSizes: [10, 20, 50, 100],
background: true
});
const searchForm = ref({
diff --git a/src/views/paradise/paradiseList/hook.tsx b/src/views/paradise/paradiseList/hook.tsx
index de542bd..c50804c 100644
--- a/src/views/paradise/paradiseList/hook.tsx
+++ b/src/views/paradise/paradiseList/hook.tsx
@@ -21,6 +21,7 @@ export function useData() {
total: 0,
pageSize: 10,
currentPage: 1,
+ pageSizes: [10, 20, 50, 100],
background: true
});
const searchForm = ref({
diff --git a/src/views/permission/permissionList/hook.tsx b/src/views/permission/permissionList/hook.tsx
index 8e2af90..5a0fe34 100644
--- a/src/views/permission/permissionList/hook.tsx
+++ b/src/views/permission/permissionList/hook.tsx
@@ -16,6 +16,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/permission/roleList/hook.tsx b/src/views/permission/roleList/hook.tsx
index c1cf707..2e2fc8b 100644
--- a/src/views/permission/roleList/hook.tsx
+++ b/src/views/permission/roleList/hook.tsx
@@ -18,6 +18,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/movieRoom/hook.tsx b/src/views/room/movieRoom/hook.tsx
index f881ce2..7fbe061 100644
--- a/src/views/room/movieRoom/hook.tsx
+++ b/src/views/room/movieRoom/hook.tsx
@@ -31,6 +31,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomBackground/hook.tsx b/src/views/room/roomBackground/hook.tsx
index 004f0c7..05a0f4f 100644
--- a/src/views/room/roomBackground/hook.tsx
+++ b/src/views/room/roomBackground/hook.tsx
@@ -21,6 +21,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomExamine/hook.tsx b/src/views/room/roomExamine/hook.tsx
index e862420..1e34434 100644
--- a/src/views/room/roomExamine/hook.tsx
+++ b/src/views/room/roomExamine/hook.tsx
@@ -32,6 +32,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomHeadlines/hook.tsx b/src/views/room/roomHeadlines/hook.tsx
index 2eb90be..3939e48 100644
--- a/src/views/room/roomHeadlines/hook.tsx
+++ b/src/views/room/roomHeadlines/hook.tsx
@@ -25,6 +25,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomList/hook.tsx b/src/views/room/roomList/hook.tsx
index c421305..71cf132 100644
--- a/src/views/room/roomList/hook.tsx
+++ b/src/views/room/roomList/hook.tsx
@@ -38,6 +38,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomLog/hook.tsx b/src/views/room/roomLog/hook.tsx
index c6d6283..a472df3 100644
--- a/src/views/room/roomLog/hook.tsx
+++ b/src/views/room/roomLog/hook.tsx
@@ -41,6 +41,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomRelation/hook.tsx b/src/views/room/roomRelation/hook.tsx
index 90d5279..b18103e 100644
--- a/src/views/room/roomRelation/hook.tsx
+++ b/src/views/room/roomRelation/hook.tsx
@@ -22,6 +22,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomRules/hook.tsx b/src/views/room/roomRules/hook.tsx
index 6ecf172..86952fe 100644
--- a/src/views/room/roomRules/hook.tsx
+++ b/src/views/room/roomRules/hook.tsx
@@ -18,6 +18,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomSubsidy/hook.tsx b/src/views/room/roomSubsidy/hook.tsx
index 7f70140..19a6814 100644
--- a/src/views/room/roomSubsidy/hook.tsx
+++ b/src/views/room/roomSubsidy/hook.tsx
@@ -30,6 +30,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomTag/hook.tsx b/src/views/room/roomTag/hook.tsx
index 6c29c5e..e6e8d4f 100644
--- a/src/views/room/roomTag/hook.tsx
+++ b/src/views/room/roomTag/hook.tsx
@@ -22,6 +22,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/room/roomType/hook.tsx b/src/views/room/roomType/hook.tsx
index 5cc3548..162b2d8 100644
--- a/src/views/room/roomType/hook.tsx
+++ b/src/views/room/roomType/hook.tsx
@@ -22,6 +22,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/system/Tasks/hook.tsx b/src/views/system/Tasks/hook.tsx
index 6303247..23b204c 100644
--- a/src/views/system/Tasks/hook.tsx
+++ b/src/views/system/Tasks/hook.tsx
@@ -29,6 +29,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/system/helpCenter/hook.tsx b/src/views/system/helpCenter/hook.tsx
index c4146c3..cbf1c08 100644
--- a/src/views/system/helpCenter/hook.tsx
+++ b/src/views/system/helpCenter/hook.tsx
@@ -57,6 +57,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/system/rechargeRules/hook.tsx b/src/views/system/rechargeRules/hook.tsx
index 607d3b0..f321ac2 100644
--- a/src/views/system/rechargeRules/hook.tsx
+++ b/src/views/system/rechargeRules/hook.tsx
@@ -24,6 +24,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/system/singlePage/hook.tsx b/src/views/system/singlePage/hook.tsx
index 733c681..c7eb969 100644
--- a/src/views/system/singlePage/hook.tsx
+++ b/src/views/system/singlePage/hook.tsx
@@ -23,6 +23,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/system/themeManage/hook.tsx b/src/views/system/themeManage/hook.tsx
index f1db9be..fb3a8d3 100644
--- a/src/views/system/themeManage/hook.tsx
+++ b/src/views/system/themeManage/hook.tsx
@@ -18,6 +18,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/union/unionList/hook.tsx b/src/views/union/unionList/hook.tsx
index b71f9be..ae05dee 100644
--- a/src/views/union/unionList/hook.tsx
+++ b/src/views/union/unionList/hook.tsx
@@ -34,6 +34,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/union/unionRule/hook.tsx b/src/views/union/unionRule/hook.tsx
index d2a4400..7edd451 100644
--- a/src/views/union/unionRule/hook.tsx
+++ b/src/views/union/unionRule/hook.tsx
@@ -18,6 +18,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/union/unionSubsidy/hook.tsx b/src/views/union/unionSubsidy/hook.tsx
index 0a7539e..094e6f9 100644
--- a/src/views/union/unionSubsidy/hook.tsx
+++ b/src/views/union/unionSubsidy/hook.tsx
@@ -30,6 +30,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
+ pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});
diff --git a/src/views/welcome/modules/statistics.vue b/src/views/welcome/modules/statistics.vue
index 8c99eb2..7a06941 100644
--- a/src/views/welcome/modules/statistics.vue
+++ b/src/views/welcome/modules/statistics.vue
@@ -6,7 +6,7 @@ const statisticsData = []
const titleData = [
{
name: "今日收入金额",
- tip: "总收入金额",
+ tip: "总已支付金额",
prop: 'today_money',
tipProp: 'all_money'
},
@@ -22,13 +22,13 @@ const titleData = [
prop: 'admin_today_coin',
tipProp: 'admin_coin'
}, {
- name: "今日待付款金额",
- tip: "总待付款金额",
+ name: "周实时收入金额",
+ tip: "上周实时收入金额",
prop: 'today_wait_pay',
tipProp: 'all_wait_pay'
}, {
- name: "今日待付款笔数",
- tip: "总待付款笔数",
+ name: "月实时收入金额",
+ tip: "上月实时收入金额",
prop: 'today_wait_pay_num',
tipProp: 'all_wait_pay_num'
}