refactor: 使用更简洁的写法

master
dap 11 months ago
parent fd4ecfeb4c
commit 8c75d13ab4

@ -78,12 +78,7 @@ const gridOptions: VxeGridProps = {
enabled: false,
},
toolbarConfig: {
//
custom: false,
//
zoom: true,
//
refresh: false,
enabled: false,
},
rowConfig: {
isHover: false,

@ -85,9 +85,7 @@ const gridOptions: VxeGridProps = {
enabled: false,
},
toolbarConfig: {
custom: false,
zoom: false,
refresh: false,
enabled: false,
},
proxyConfig: {
ajax: {

@ -145,12 +145,7 @@ const gridOptions: VxeGridProps = {
enabled: false,
},
toolbarConfig: {
//
custom: false,
//
zoom: false,
//
refresh: false,
enabled: false,
},
showOverflow: false,
};

Loading…
Cancel
Save