mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: mapping 的 placeholder 例子补充
This commit is contained in:
parent
9376bf0300
commit
5b4ec444dc
@ -239,6 +239,26 @@ List 的内容、Card 卡片的内容配置同上
|
||||
}
|
||||
```
|
||||
|
||||
## 占位文本
|
||||
|
||||
通过 `placeholder` 可以控制数据不存在时的展现
|
||||
|
||||
```schema
|
||||
{
|
||||
"type": "page",
|
||||
"body": {
|
||||
"type": "mapping",
|
||||
"placeholder": "数据不存在",
|
||||
"map": {
|
||||
"1": "第一",
|
||||
"2": "第二",
|
||||
"3": "第三",
|
||||
"*": "其他"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## 属性表
|
||||
|
||||
| 属性名 | 类型 | 默认值 | 说明 |
|
||||
|
Loading…
Reference in New Issue
Block a user