data key 说明纠正

This commit is contained in:
sin 2019-03-07 22:03:28 +08:00
parent 820bee626c
commit 77f54ad2d0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ subtitle: 字典 value 选择
| 参数 | 说明 | 类型 | 默认值 |
|----------|------------------------------------------|-------------|-------|
| dataKey | 数据列表 | string | [] |
| dataKey | 字典的key | string | [] |
### Demo
```jsx harmony

View File

@ -9,7 +9,7 @@ subtitle: 获取字典 value 显示值
| 参数 | 说明 | 类型 | 默认值 |
|----------|------------------------------------------|-------------|-------|
| dataKey | key config配置的 | string | [] |
| dataKey | 字典的key | string | [] |
| value | 显示的值 | string number | [] |