mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: 去掉tpl组件快速编辑部分的说明 (#7828)
Co-authored-by: wangyinbo <wangyinbo@meituan.com>
This commit is contained in:
parent
eb1e236789
commit
8986d073d5
@ -27,29 +27,6 @@ order: 70
|
||||
|
||||
更多模板相关配置请看[模板文档](../../docs/concepts/template)
|
||||
|
||||
## 快速编辑
|
||||
|
||||
通过 `quickEdit` 开启快速编辑功能,比如
|
||||
|
||||
```schema: scope="body"
|
||||
{
|
||||
"type": "form",
|
||||
"body": [
|
||||
{
|
||||
"name": "static",
|
||||
"type": "static",
|
||||
"label": "静态展示",
|
||||
"value": "123",
|
||||
"quickEdit": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
其他配置项参考 [快速编辑](crud#快速编辑)
|
||||
|
||||
## 属性表
|
||||
|
||||
| 属性名 | 类型 | 默认值 | 说明 |
|
||||
|
Loading…
Reference in New Issue
Block a user