feat:调整 vxe-table 的 toolbarConfig 默认配置

pull/62/head
YunaiV 2025-03-29 19:17:53 +08:00
parent db46ebbbcb
commit bfa84c6611
1 changed files with 6 additions and 6 deletions

View File

@ -29,12 +29,12 @@ setupVbenVxeTable({
enabled: false, enabled: false,
}, },
toolbarConfig: { toolbarConfig: {
import: true, import: false, // 是否导入
export: true, export: false, // 四否导出
refresh: true, refresh: true, // 是否刷新
print: true, print: false, // 是否打印
zoom: true, zoom: true, // 是否缩放
custom: true, custom: true, // 是否自定义配置
}, },
customConfig: { customConfig: {
mode: 'modal', mode: 'modal',