Forráskód Böngészése

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

xingyu4j 1 éve
szülő
commit
1080972e36

+ 2 - 3
yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3_vben5_antd/schema/views/data.ts.vm

@@ -1,6 +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 { ${simpleClassName}Api } from '#/api/${table.moduleName}/${simpleClassName_strikeCase}';
 
 import { z } from '#/adapter/form';
@@ -682,4 +681,4 @@ export function use${subSimpleClassName}GridColumns(
 
     #end
 #end
-#end
+#end