From 00192d25a3132b3f20b528ed46a8298f46b602ef Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 20 二月 2025 15:19:04 +0800
Subject: [PATCH] 中空一线添加必填判断、更改tag标签显示

---
 UI-Project/src/views/Identify/identify.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue
index ed36711..461d622 100644
--- a/UI-Project/src/views/Identify/identify.vue
+++ b/UI-Project/src/views/Identify/identify.vue
@@ -159,7 +159,7 @@
       totalPages.value = response.data.totalPatternSequence;
       const scaleFactor =  1621.78/6000; 
       const scaleFactory =  750/3300; 
-      adjustedRects.value = rawRects.map(rect => ({  
+      adjustedRects.value = rawRects.map(rect => ({
         ...rect,
         xaxisa: (6000 -(rect.xaxis + rect.edgWidth)) * scaleFactor * 1.1,
         yaxisa: rect.yaxis * scaleFactory * 1.1,

--
Gitblit v1.8.0