From e30508d09bbb2ff4eb3c3526e2d5cc463795226a Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 8 Aug 2024 20:37:22 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=8B=86=E5=88=86=E5=AF=B9=E6=AF=94]?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=88=86=E9=A1=B510?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/TableData.vue | 2 +- .../documentTool/documentComparison/InitiateComparison.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/customField/TableData.vue b/src/components/customField/TableData.vue index 452013a..143a476 100644 --- a/src/components/customField/TableData.vue +++ b/src/components/customField/TableData.vue @@ -101,7 +101,7 @@ export default { /* 分页参数 */ ipagination: { current: 1, - pageSize: 50, + pageSize: 10, pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip') diff --git a/src/views/documentTool/documentComparison/InitiateComparison.vue b/src/views/documentTool/documentComparison/InitiateComparison.vue index 0b4a23d..181bdb8 100644 --- a/src/views/documentTool/documentComparison/InitiateComparison.vue +++ b/src/views/documentTool/documentComparison/InitiateComparison.vue @@ -166,7 +166,7 @@ export default { queryParamLeft: {}, ipaginationLeft: { current: 1, - pageSize: 50, + pageSize: 10, pageSizeOptions: ['10', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip') @@ -182,7 +182,7 @@ export default { queryParamRight: {}, ipaginationRight: { current: 1, - pageSize: 50, + pageSize: 10, pageSizeOptions: ['10', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')