Browse Source

试验判断修改

duy 2 months ago
parent
commit
69a99dff73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/formula/component/funComponent/ifelse.vue

+ 1 - 1
src/views/formula/component/funComponent/ifelse.vue

@@ -21,7 +21,7 @@
     </div>
 
     <div class="mg-t-20 flex jc-al-c">
-      <span class="textblod mg-r-20">IF</span>
+      <span class="textblod mg-r-20"  v-if="symbol!=='|'">IF</span>
       <div class="flex jc-al-c" v-if="symbol == '<&&<' || symbol == '<=&&<='">
         <vue-tags-input v-model="tag1" :tags="tags1" @focus="curFocusIndex = 1" @blur="inputBlur(1)" placeholder="输入/参数" @before-adding-tag="beforeAddingTag"/>
         <span v-if="symbol == '<&&<'" class="mg-l-20 mg-r-20">&lt;</span>