From 3387e2397617c18977d133fff17df3446611bb48 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 17 八月 2026 09:26:17 +0800
Subject: [PATCH] fix: MOM 1.公司部署修改

---
 src/views/erp/home/modules/time-summary-chart.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/erp/home/modules/time-summary-chart.vue b/src/views/erp/home/modules/time-summary-chart.vue
index eb66727..36da34c 100644
--- a/src/views/erp/home/modules/time-summary-chart.vue
+++ b/src/views/erp/home/modules/time-summary-chart.vue
@@ -1,12 +1,12 @@
 <script lang="ts" setup>
-import type { EChartsOption, EchartsUIType } from '..\..\..\..\packages\effects\plugins\src\echarts';
+import type { EChartsOption, EchartsUIType } from '@vben/plugins/echarts';
 
 import type { ErpPurchaseStatisticsApi } from '#/api/erp/statistics/purchase';
 import type { ErpSaleStatisticsApi } from '#/api/erp/statistics/sale';
 
 import { onMounted, ref, watch } from 'vue';
 
-import { EchartsUI, useEcharts } from '..\..\..\..\packages\effects\plugins\src\echarts';
+import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
 
 import { Card } from 'ant-design-vue';
 

--
Gitblit v1.9.3