Skip to content

Commit

Permalink
docs: 补充 static 的 popOver 配置文档
Browse files Browse the repository at this point in the history
  • Loading branch information
吴多益 authored Oct 9, 2021
1 parent 218c3c9 commit 942a126
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/zh-CN/components/form/static.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,27 @@ order: 52
```

其他配置项参考 [快速编辑](../crud#快速编辑)

## 弹出框(popOver)

可以通过 `popOver` 属性配置弹出框

```schema: scope="body"
{
"type": "form",
"body": [
{
"name": "static",
"type": "static",
"label": "静态展示",
"value": "aaa",
"popOver": {
"body": {
"type": "tpl",
"tpl": "弹出内容"
}
}
}
]
}
```

0 comments on commit 942a126

Please sign in to comment.