This commit is contained in:
xingyu4j
2025-07-19 12:24:22 +08:00
7 changed files with 49 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ const gridOptions: VxeGridProps<RowType> = {
custom: true,
export: true,
// import: true,
refresh: { code: 'query' },
refresh: true,
zoom: true,
},
};