Răsfoiți Sursa

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

liujt 2 zile în urmă
părinte
comite
2312c1c087

+ 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}"
         >