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',