diff --git a/packages/effects/plugins/src/vxe-table/types.ts b/packages/effects/plugins/src/vxe-table/types.ts index 93b0ba83..fbb58de7 100644 --- a/packages/effects/plugins/src/vxe-table/types.ts +++ b/packages/effects/plugins/src/vxe-table/types.ts @@ -7,7 +7,7 @@ import type { import type { Ref } from 'vue'; -import type { ClassType, DeepPartial } from '@vben/types'; +import type { ClassType } from '@vben/types'; import type { BaseFormComponentType, VbenFormProps } from '@vben-core/form-ui'; @@ -59,7 +59,7 @@ export interface VxeGridProps< /** * vxe-grid 配置 */ - gridOptions?: DeepPartial>; + gridOptions?: Partial>; /** * vxe-grid 事件 */