刘洋 hace 1 año
padre
commit
915685faf6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/sop/components/dynamic-form-item/SELECT.vue

+ 1 - 0
src/views/sop/components/dynamic-form-item/SELECT.vue

@@ -4,6 +4,7 @@
     :options="options"
     :multiple="isMultiple"
     :disabled="!config.writable"
+    filterable
     @change="emitChange"
   ></t-select>
 </template>