Skip to content

FsValuesFormat

value 格式化展示组件

Props

Prop nameDescriptionTypeValuesDefault
modelValue--
dict字典配置--
multiple是否多选boolean-true
separator分隔符<br/>
多选时,如果 value 为 string,则以该分隔符分割成多个展示<br/>
传入空字符串,表示不分割<br/>
string-","
color颜色
element=【auto, primary, success, warning, danger ,info】
antdv=【auto, primary, success, blue,red,...】
配置 auto,则自动根据 value 值 hashcode 分配颜色值
--
effect效果(仅 element)--
autoColors自动染色颜色值列表array-
autoEffects自动主题列表(仅 element)
【 light, plain 】
array-
type显示类型:【text, tag】string-"tag"
valueType值的类型,【 value | object】string-
defaultLabel当 value 值不在字典中时默认显示的文本--
labelFormatterlabel 自定义 renderfunc-
itemRender自定义选项 renderfunc-
closableboolean-false

Events

Event namePropertiesDescription
click
dict-change
close
update:modelValue