fix: VxeTableGridOptions 从 #/adapter/vxe-table 导入

This commit is contained in:
xingyu4j
2025-04-28 15:04:01 +08:00
parent 3e6d9cb1cd
commit afd22aefbb
8 changed files with 8 additions and 23 deletions

View File

@@ -1,7 +1,5 @@
import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
import type { VbenFormSchema } from '#/adapter/form';
import type { OnActionClickFn } from '#/adapter/vxe-table';
import type { OnActionClickFn, VxeTableGridOptions } from '#/adapter/vxe-table';
import type { SystemDeptApi } from '#/api/system/dept';
import { z } from '#/adapter/form';