刘洋 1 năm trước cách đây
mục cha
commit
915685faf6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>