From a8959c68af98c26e14888f946f40501b94fbc6e5 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期四, 23 五月 2024 10:12:57 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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