From 0c221f3e96cc6aae6b6bcf67e984cb446dcfac87 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 23 七月 2026 09:32:34 +0800
Subject: [PATCH] fix(mes): 解决排产表单工序加载和完成按钮显示问题
---
src/views/mes/qc/indicatorresult/components/data.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mes/qc/indicatorresult/components/data.ts b/src/views/mes/qc/indicatorresult/components/data.ts
index 3c7a544..694a01c 100644
--- a/src/views/mes/qc/indicatorresult/components/data.ts
+++ b/src/views/mes/qc/indicatorresult/components/data.ts
@@ -4,7 +4,7 @@
import { h } from 'vue';
-import { MesAutoCodeRuleCode } from '..\..\..\..\..\packages\constants\src';
+import { MesAutoCodeRuleCode } from '@vben/constants';
import { Button } from 'ant-design-vue';
--
Gitblit v1.9.3