物联设备-设备管理-批次清单相关:去掉分页、调整批次清单列表页操作列宽度
This commit is contained in:
parent
77e3a8da52
commit
c8ff633103
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue