From ec59e476a82c10b25e0ad7687ae0e4cbfa6905d0 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 17 八月 2026 15:10:16 +0800
Subject: [PATCH] 转移商机传参错误

---
 src/views/crm/statistics/customer/chartOptions.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/crm/statistics/customer/chartOptions.ts b/src/views/crm/statistics/customer/chartOptions.ts
index abc1f7f..3838338 100644
--- a/src/views/crm/statistics/customer/chartOptions.ts
+++ b/src/views/crm/statistics/customer/chartOptions.ts
@@ -1,5 +1,5 @@
-import { DICT_TYPE } from '../../../../packages/constants/src';
-import { getDictLabel } from '../../../../packages/effects/hooks/src';
+import { DICT_TYPE } from '@vben/constants';
+import { getDictLabel } from '@vben/hooks';
 
 const getLegend = (extra: Record<string, any> = {}) => ({
   top: 10,

--
Gitblit v1.9.3