From b176162c23294d8d1bfb9f09cf6bb759efb0124a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 15 七月 2026 14:10:26 +0800
Subject: [PATCH] 银川 1.库存现有量添加自定义出库入库功能 2.整理重复文件

---
 src/packages/effects/plugins/src/vxe-table/extends.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/packages/effects/plugins/src/vxe-table/extends.ts b/src/packages/effects/plugins/src/vxe-table/extends.ts
index dae12a9..0a9914a 100644
--- a/src/packages/effects/plugins/src/vxe-table/extends.ts
+++ b/src/packages/effects/plugins/src/vxe-table/extends.ts
@@ -1,10 +1,10 @@
 import type { VxeGridProps, VxeUIExport } from 'vxe-table';
 
-import type { Recordable } from '..\..\..\..\types\src';
+import type { Recordable } from '../../../../types/src';
 
 import type { VxeGridApi } from './api';
 
-import { formatDate, formatDateTime, isFunction } from '..\..\..\..\utils\src';
+import { formatDate, formatDateTime, isFunction } from '../../../../utils/src';
 
 export function extendProxyOptions(
   api: VxeGridApi,

--
Gitblit v1.9.3