From 62c74409a587d9921df1a2248ce23b3b0375fbd1 Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期三, 29 五月 2024 14:13:09 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/views/Identify/identify.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue index 84ef2b6..2d500f6 100644 --- a/UI-Project/src/views/Identify/identify.vue +++ b/UI-Project/src/views/Identify/identify.vue @@ -21,7 +21,7 @@ <!-- <div class="centered-text" >NG24030401B01</div> --> <div class="centered-text"> <div>{{ rect.process_id }}</div> - <div style="margin-top: 50px;margin-left: -85px;">{{ rect.width }}*{{ rect.height }}</div> + <div style="margin-top: 50px;margin-left: -85px;">{{ rect.widtha }}*{{ rect.heighta }}</div> </div> </div> <!-- 鐐瑰嚮寮瑰嚭 --> @@ -78,6 +78,8 @@ x_axis: (rect.x_axis*100) * 0.005, // 灏唜鍊奸櫎浠�3 y_axis: (rect.y_axis*100) * 0.005, width: (rect.width*100) * 0.004 , + widtha: rect.width , + heighta: rect.height , height:( rect.height*100) * 0.004 , glass_state: rect.glass_state })); -- Gitblit v1.8.0