物联设备-设备管理-批次清单相关:去掉分页、调整批次清单列表页操作列宽度

This commit is contained in:
1378012178@qq.com 2026-04-28 10:47:03 +08:00
parent 77e3a8da52
commit c8ff633103
2 changed files with 7 additions and 6 deletions

View File

@ -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) => {

View File

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