feat:调整 vxe-table 的 toolbarConfig 默认配置
parent
db46ebbbcb
commit
bfa84c6611
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue