From b5549eed84371a36c93e24fbf3474d3703609ffd Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 14 五月 2024 11:08:30 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 6ee9fc6..067b1b6 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -462,8 +462,8 @@ setInterval(()=>{ // 娴嬭瘯鐢� - this.getVisualized() - // this.getVisualizedTest() + // this.getVisualized() + this.getVisualizedTest() },1000) }, methods: { @@ -484,7 +484,11 @@ that.infoText.title = '鐩樼偣鍑哄簱' } else if (res.data.agvWrkMast.ioType == 103) { that.infoText.title = '鎷f枡鍑哄簱' - } else { + } else if (res.data.agvWrkMast.ioType == 57) { + that.infoText.title = '鐩樼偣鍐嶅叆搴�' + } else if (res.data.agvWrkMast.ioType == 53) { + that.infoText.title = '鎷f枡鍐嶅叆搴�' + } else if (res.data.agvWrkMast.ioType == 101) { that.infoText.title = '鍏ㄦ澘鍑哄簱' } } else{ -- Gitblit v1.9.1