Parcourir la source

去掉文本、数字输入框类型

luolei il y a 5 ans
Parent
commit
434fc77fb5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/components/preTreat/PubIndeptQa.vue

+ 2 - 1
src/components/preTreat/PubIndeptQa.vue

@@ -39,7 +39,8 @@
                         @change="readyChangeSelect(2)"
                 >
                     <el-option
-                            v-for="item in labelTypes"
+                            v-for="item in labelTypes" 
+                            v-if="item.val!=6&&item.val!=7"
                             :label="item.name"
                             :value="item.val"
                             :key="item.val"