This commit is contained in:
xingyu4j
2025-07-19 16:52:36 +08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
toolbarConfig: {
custom: true,
export: false,
refresh: { code: 'query' },
refresh: true,
zoom: true,
},
treeConfig: {

View File

@@ -44,7 +44,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
toolbarConfig: {
custom: true,
export: false,
refresh: { code: 'query' },
refresh: true,
zoom: true,
},
treeConfig: {

View File

@@ -52,7 +52,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
toolbarConfig: {
custom: true,
export: false,
refresh: { code: 'query' },
refresh: true,
search: true,
zoom: true,
},