From b9a81d64cc965102c2adb70dee1d5a7397da5716 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 六月 2026 17:38:51 +0800
Subject: [PATCH] 项目初始化
---
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..859c8fc 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 '../../../../packages/effects/plugins/src/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 '../../../../packages/effects/plugins/src/echarts';
import { Card } from 'ant-design-vue';
--
Gitblit v1.9.3