szh-new
张同海 3 months ago
parent 377783a71e
commit 8b23a039a7

@ -58,6 +58,7 @@
})
const [registerTable, { reload, getForm, getPaginationRef }] = useTable({
title: '客户参数列表',
maxHeight: 250,
api: async (p) => {
const res: API.DataResult = await GetClientParamList(p)
return new Promise((resolve) => {
@ -76,7 +77,7 @@
showTableSetting: false,
bordered: true,
showIndexColumn: true,
canResize: false,
canResize: true,
resizeHeightOffset: 35,
actionColumn: {
width: 80,

Loading…
Cancel
Save