Explorar o código

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

luolei %!s(int64=5) %!d(string=hai) anos
pai
achega
434fc77fb5
Modificáronse 1 ficheiros con 2 adicións e 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"