From 4807d8b687853e75a815b3aa9aecbc2554063aa4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 11 八月 2026 14:20:15 +0800
Subject: [PATCH] docs: MOM 1.规范提交消息格式
---
src/views/wms/home/modules/wms-home-inventory-charts.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/wms/home/modules/wms-home-inventory-charts.vue b/src/views/wms/home/modules/wms-home-inventory-charts.vue
index d245362..33eebe4 100644
--- a/src/views/wms/home/modules/wms-home-inventory-charts.vue
+++ b/src/views/wms/home/modules/wms-home-inventory-charts.vue
@@ -1,11 +1,11 @@
<script lang="ts" setup>
-import type { EchartsUIType } from '..\..\..\..\packages\effects\plugins\src\echarts';
+import type { EchartsUIType } from '@vben/plugins/echarts';
import type { InventoryChartItem } from './wms-home-inventory-chart-options';
import { nextTick, ref } 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