From b3b6245740f39611ac1f397d03b552485293dcbb Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 14 三月 2025 14:18:41 +0800
Subject: [PATCH] 根据现场更改页面样式,大理片笼表格更换位置。报工管理时间戳翻译
---
UI-Project/src/views/Identify/identifwu.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/UI-Project/src/views/Identify/identifwu.vue b/UI-Project/src/views/Identify/identifwu.vue
index fd2deef..a3bdf48 100644
--- a/UI-Project/src/views/Identify/identifwu.vue
+++ b/UI-Project/src/views/Identify/identifwu.vue
@@ -144,9 +144,13 @@
const handleMessage = (data: any) => {
if (data.engineer != null) {
ava.value = data.engineer[0]
+ }else{
+ ava.value = 0
}
if (data.engineer != null) {
avanum.value = data.sequence[0]
+ }else{
+ avanum.value = 0
}
const scaleFactor = 1621.78 / 6000;
const scaleFactory = 750 / 3300;
--
Gitblit v1.8.0