From 92a680303503cf2cbc5fcd584f09fe0d29a71524 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期五, 28 八月 2026 16:57:23 +0800
Subject: [PATCH] feat(mes): 统一工作台报工记录与报工页面的提交批次号校验逻辑
---
src/views/im/manager/statistics/components/distribution-chart.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/im/manager/statistics/components/distribution-chart.vue b/src/views/im/manager/statistics/components/distribution-chart.vue
index 5a3728b..9deb0e4 100644
--- a/src/views/im/manager/statistics/components/distribution-chart.vue
+++ b/src/views/im/manager/statistics/components/distribution-chart.vue
@@ -1,11 +1,11 @@
<script lang="ts" setup>
-import type { EchartsUIType } from '..\..\..\..\..\packages\effects\plugins\src\echarts';
+import type { EchartsUIType } from '#/packages/effects/plugins/src/echarts';
import { nextTick, onMounted, ref } from 'vue';
-import { DICT_TYPE } from '..\..\..\..\..\packages\constants\src';
-import { getDictObj } from '..\..\..\..\..\packages\effects\hooks\src';
-import { EchartsUI, useEcharts } from '..\..\..\..\..\packages\effects\plugins\src\echarts';
+import { DICT_TYPE } from '#/packages/constants/src';
+import { getDictObj } from '#/packages/effects/hooks/src';
+import { EchartsUI, useEcharts } from '#/packages/effects/plugins/src/echarts';
import { Card } from 'ant-design-vue';
--
Gitblit v1.9.3