From 8f8dcdae7e40ba4e94a363aa8eb91c7665810bc3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 31 八月 2026 15:29:17 +0800
Subject: [PATCH] fix: 新疆-绿能 1.报工自动生成产品入库单 + 勾选入库 + 不合格仓库兜底
---
src/adapter/component/index.ts | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/adapter/component/index.ts b/src/adapter/component/index.ts
index e938c6a..36ac97f 100644
--- a/src/adapter/component/index.ts
+++ b/src/adapter/component/index.ts
@@ -37,9 +37,9 @@
ApiComponentSharedProps,
BaseFormComponentType,
IconPickerProps,
-} from '..\..\packages\effects\common-ui\src';
-import type { Sortable } from '..\..\packages\effects\hooks\src';
-import type { Recordable } from '..\..\packages\types\src';
+} from '@vben/common-ui';
+import type { Sortable } from '@vben/hooks';
+import type { Recordable } from '@vben/types';
import {
computed,
@@ -60,11 +60,11 @@
globalShareState,
IconPicker,
VCropper,
-} from '..\..\packages\effects\common-ui\src';
-import { useSortable } from '..\..\packages\effects\hooks\src';
-import { IconifyIcon } from '..\..\packages\icons\src';
-import { $t } from '..\..\packages\locales\src';
-import { isEmpty } from '..\..\packages\utils\src';
+} from '@vben/common-ui';
+import { useSortable } from '@vben/hooks';
+import { IconifyIcon } from '@vben/icons';
+import { $t } from '@vben/locales';
+import { isEmpty } from '@vben/utils';
import { message, Modal, notification } from 'ant-design-vue';
--
Gitblit v1.9.3