chore: 去除右上角操作列

This commit is contained in:
dap 2024-11-11 15:06:36 +08:00
parent 12d53db740
commit 3ba0e169b2

View File

@ -84,6 +84,11 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'tableId',
},
toolbarConfig: {
refresh: false,
zoom: false,
custom: false,
},
};
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });