--- title: DictionaryValueSelect subtitle: 字典 value 选择 --- 次组件跟使用 Antd extends Select,使用方法跟 Select 一样 ## API ### DescriptionList | 参数 | 说明 | 类型 | 默认值 | |----------|------------------------------------------|-------------|-------| | dataKey | 字典的key | string | [] | ### Demo ```jsx harmony ```