From 19550aed9e2babd1a719aaa45904fad96d0fcfc1 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 21 七月 2026 10:01:27 +0800
Subject: [PATCH] 生产订单两个确认按钮问题

---
 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