From c8ff63310314aa0891d70cc3329584d7389734c6 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 28 Apr 2026 10:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87-=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=AE=A1=E7=90=86-=E6=89=B9=E6=AC=A1=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E7=9B=B8=E5=85=B3=EF=BC=9A=E5=8E=BB=E6=8E=89=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E3=80=81=E8=B0=83=E6=95=B4=E6=89=B9=E6=AC=A1=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8=E9=A1=B5=E6=93=8D=E4=BD=9C=E5=88=97?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manager/components/batch/DeviceBatchList.vue | 2 +- .../manager/components/preview/NuPreviewList.vue | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/device/manager/components/batch/DeviceBatchList.vue b/src/views/device/manager/components/batch/DeviceBatchList.vue index d619665..04a7707 100644 --- a/src/views/device/manager/components/batch/DeviceBatchList.vue +++ b/src/views/device/manager/components/batch/DeviceBatchList.vue @@ -89,7 +89,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ pageSizeOptions: ['15', '50', '70', '100'], }, actionColumn: { - width: 240, + width: 260, fixed: 'right', }, beforeFetch: async (params) => { diff --git a/src/views/device/manager/components/preview/NuPreviewList.vue b/src/views/device/manager/components/preview/NuPreviewList.vue index 46722d7..add15be 100644 --- a/src/views/device/manager/components/preview/NuPreviewList.vue +++ b/src/views/device/manager/components/preview/NuPreviewList.vue @@ -403,11 +403,12 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ showIndexColumn: true, showActionColumn: !props.formDisabled, immediate: false, - pagination: { - current: 1, - pageSize: 15, - pageSizeOptions: ['15', '50', '70', '100'], - }, + pagination: false, + // pagination: { + // current: 1, + // pageSize: 15, + // pageSizeOptions: ['15', '50', '70', '100'], + // }, actionColumn: { width: 120, fixed: 'right',