guarantee-lsq il y a 2 ans
Parent
commit
47a0541c36
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/opc/OpcInfo.vue

+ 1 - 1
src/views/opc/OpcInfo.vue

@@ -43,7 +43,7 @@
           :isResizable="item.isActive"
           :stickSize="5"
         >
-          <a-tooltip>
+          <a-tooltip v-show="item.result===0">
             <template slot="title">
               {{ item.description }}
             </template>