瀏覽代碼

fix: 协同办公级联多选显示tag问题

liujt 2 天之前
父節點
當前提交
2312c1c087
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      lib/vue-form-making/src/components/GenerateElementItem.vue

+ 1 - 4
lib/vue-form-making/src/components/GenerateElementItem.vue

@@ -550,8 +550,7 @@
           :ref="'fm-'+widget.model"
           @focus="handleOnFocus"
           @blur="handleOnBlur"
-          :props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
-          collapse-tags
+          :props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"    
           :filterable="widget.options.filterable"
           v-bind="{...widget.options.customProps, ...extendProps}"
         >
@@ -588,7 +587,6 @@
           @focus="handleOnFocus"
           @blur="handleOnBlur"
           :props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
-          collapse-tags
           :filterable="widget.options.filterable"
           v-bind="{...widget.options.customProps, ...extendProps}"
         >
@@ -625,7 +623,6 @@
           @focus="handleOnFocus"
           @blur="handleOnBlur"
           :props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
-          collapse-tags
           :filterable="widget.options.filterable"
           v-bind="{...widget.options.customProps, ...extendProps}"
         >