Skip to content

FsDictCheckbox

字典 checkbox 支持 el-checkbox|a-checkbox 参数

Props

Prop nameDescriptionTypeValuesDefault
dict字典--
options选项,比 dict.data 优先级高array-undefined
optionName选项的组件名称string-
optionProps选项的属性object-{}
transformDictData转换 DictDatafunc-undefined

Events

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