From 1ea5acbefb3f2d476acce80fecb3acd4d12f3508 Mon Sep 17 00:00:00 2001 From: lilu Date: Mon, 10 Apr 2023 09:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E9=A1=B5=E6=9A=82=E6=97=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA20=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/list/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index f703951..976a325 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -111,7 +111,6 @@ v-bind="gridOptions" row-class-name="line-box" :height="tableHeight" - :scroll-y="{enabled: true}" @page-change="handlePageChange" @cell-dblclick="handledbclick" @resizable-change="resizableChange" @@ -615,13 +614,14 @@ export default { round: true, autoResize: true, align: 'left', + scrollY: { enabled: true }, columnConfig: { resizable: true }, importConfig: {}, exportConfig: {}, pagerConfig: { total: 0, currentPage: 1, - pageSize: 50, + pageSize: 20, pageSizes: [10, 20, 50, 100, 200, 500] }, columns: JSON.parse(JSON.stringify(initData.columns)),