Explorar o código

修改测试仪器状态icon展示条件

dengrui hai 1 mes
pai
achega
2d9b91efeb
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/views/modules/runTest/run-test.vue

+ 4 - 1
src/views/modules/runTest/run-test.vue

@@ -609,7 +609,10 @@ const cancelMsgType5 = () => {
               class="csyq-item"
             >
               <div>
-                <span class="item-icon">
+                <span
+                  class="item-icon"
+                  :style="{ display: isTesting ? 'block' : 'none' }"
+                >
                   <svg-icon
                     v-if="item.deviceState"
                     icon-class="gougou"