From 40f2807b7cee7ae8e528f64a91937303199a30e1 Mon Sep 17 00:00:00 2001
From: tuqin <tuqin@tuqin.cn>
Date: 星期四, 10 九月 2026 14:49:36 +0800
Subject: [PATCH] feat(erp/mes/hrm): 新增采购订单/销售订单/计量器具导入弹窗;导入完成自动关闭
---
src/packages/effects/plugins/src/vxe-table/init.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/packages/effects/plugins/src/vxe-table/init.ts b/src/packages/effects/plugins/src/vxe-table/init.ts
index de7a973..1ec6aee 100644
--- a/src/packages/effects/plugins/src/vxe-table/init.ts
+++ b/src/packages/effects/plugins/src/vxe-table/init.ts
@@ -2,7 +2,7 @@
import { defineComponent, watch } from 'vue';
-import { usePreferences } from '..\..\..\..\preferences\src';
+import { usePreferences } from '../../../../preferences/src';
import {
VxeButton,
--
Gitblit v1.9.3