From 1ac4b40117d710a242dcf397ab266b4f67b4a4f9 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 11:48:16 +0800
Subject: [PATCH] 删除生产物料管理导入按钮

---
 src/views/crm/customer/detail/data.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/crm/customer/detail/data.ts b/src/views/crm/customer/detail/data.ts
index b4072f6..9d55b40 100644
--- a/src/views/crm/customer/detail/data.ts
+++ b/src/views/crm/customer/detail/data.ts
@@ -3,9 +3,9 @@
 
 import { h } from 'vue';
 
-import { DICT_TYPE } from '../../../../packages/constants/src';
-import { useUserStore } from '../../../../packages/stores/src';
-import { formatDateTime } from '../../../../packages/utils/src';
+import { DICT_TYPE } from '@vben/constants';
+import { useUserStore } from '@vben/stores';
+import { formatDateTime } from '@vben/utils';
 
 import { getSimpleUserList } from '#/api/system/user';
 import { DictTag } from '#/components/dict-tag';

--
Gitblit v1.9.3