guhongwei 2 년 전
부모
커밋
f197cba81d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/frame/c-form.vue

+ 2 - 0
src/components/frame/c-form.vue

@@ -40,6 +40,8 @@
                   <el-select
                     clearable
                     filterable
+                    allow-create
+                    default-first-option
                     v-model="form[item.model]"
                     :type="item.type"
                     :placeholder="getField('selectplaceholder', item)"