chore: 去除右上角操作列
This commit is contained in:
parent
12d53db740
commit
3ba0e169b2
@ -84,6 +84,11 @@ const gridOptions: VxeGridProps = {
|
|||||||
isHover: true,
|
isHover: true,
|
||||||
keyField: 'tableId',
|
keyField: 'tableId',
|
||||||
},
|
},
|
||||||
|
toolbarConfig: {
|
||||||
|
refresh: false,
|
||||||
|
zoom: false,
|
||||||
|
custom: false,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });
|
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });
|
||||||
|
Loading…
Reference in New Issue
Block a user