刘洋 1 year ago
parent
commit
915685faf6
1 changed files with 1 additions and 0 deletions
  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>