view-design / ViewUIPlus

An enterprise-level UI component library and front-end solution based on Vue.js 3
https://www.iviewui.com
Other
367 stars 123 forks source link

Fix #320 #332

Open jearyt opened 8 months ago

jearyt commented 8 months ago

修复Select组件filter-by-label属性问题,问题来自https://github.com/view-design/ViewUIPlus/issues/320 问题出现原因为即使filter-by-label属性被设置为false,搜索时当Lable不为空时仍仅使用Lable,只有其为空时才会使用Value 本问题解决方法为当filter-by-label属性被设置为false时,同时将Lable与Value用于搜索