From 7d5f9791941d0ef9cd6d2daae80b5ae391e18b43 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 01 七月 2026 16:10:10 +0800
Subject: [PATCH] 银川 1.联调产品维护页面 2.添加采购申请页面、联调
---
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