Explorar el Código

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

luolei hace 5 años
padre
commit
434fc77fb5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"