From 7b784b4fae29f4ceebc58083c94e7f8f762831d7 Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期二, 05 十一月 2024 11:08:41 +0800
Subject: [PATCH] U 均衡仪实时 停止原因

---
 src/views/test/jhyInfo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/test/jhyInfo.vue b/src/views/test/jhyInfo.vue
index 001b726..b0f5780 100644
--- a/src/views/test/jhyInfo.vue
+++ b/src/views/test/jhyInfo.vue
@@ -50,7 +50,7 @@
     <div class="box">
       <div class="label">鍋滄鍘熷洜</div>
       <div class="content">
-        {{ datas.isTesting ? datas.stopTypeReason : "--" }}
+        {{ !datas.isTesting ? datas.stopTypeReason : "--" }}
       </div>
     </div>
     <div class="box">

--
Gitblit v1.9.1