From 433182412f4e5e1d3d73bbf02e6b5bf73fb42225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 09:39:19 +0800 Subject: [PATCH] fix 79617 --- .../standardizationActivity/tables/MeetingTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/businessSupport/standardizationActivity/tables/MeetingTable.vue b/src/views/businessSupport/standardizationActivity/tables/MeetingTable.vue index b0091cb9..79e9d79f 100644 --- a/src/views/businessSupport/standardizationActivity/tables/MeetingTable.vue +++ b/src/views/businessSupport/standardizationActivity/tables/MeetingTable.vue @@ -105,7 +105,7 @@ export default { /* 分页参数 */ ipagination: { current: 1, - pageSize: 5, + pageSize: 10, pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')