Explorar el Código

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

dengrui hace 1 mes
padre
commit
2d9b91efeb
Se han modificado 1 ficheros con 4 adiciones y 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"