This commit is contained in:
dap
2024-10-30 07:43:59 +08:00
11 changed files with 44 additions and 26 deletions

View File

@@ -124,6 +124,11 @@ const options = computed(() => {
toolbarOptions.value,
toRaw(gridOptions.value),
globalGridConfig,
{
// toolbarConfig: {
// tools: [],
// },
} as VxeTableGridProps,
),
);