Skip to content

FsDictSelect

字典选择框 支持 el-select|a-select 的属性配置

Props

Prop nameDescriptionTypeValuesDefault
dict字典--
options可选项,比 dict.data 优先级高array-
placeholderplaceholderstring-
slotsselect 组件的插槽--
renderLabel自定义 label 的 render 方法func-
transformDictData转换 DictDatafunc-undefined

Events

Event namePropertiesDescription
dict-change字典项变化
selected-change选中值变化事件,可以获取到当前选中的 option 对象
change值变化事件