From 8986d073d5deb6a3bffbcf46f023d0684cdd33b5 Mon Sep 17 00:00:00 2001 From: FlowingWings <38078537+flowingwings@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:31:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=8E=BB=E6=8E=89tpl=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E7=BC=96=E8=BE=91=E9=83=A8=E5=88=86=E7=9A=84?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=20(#7828)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: wangyinbo --- docs/zh-CN/components/tpl.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/docs/zh-CN/components/tpl.md b/docs/zh-CN/components/tpl.md index b185f4734..c012f8555 100755 --- a/docs/zh-CN/components/tpl.md +++ b/docs/zh-CN/components/tpl.md @@ -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#快速编辑) - ## 属性表 | 属性名 | 类型 | 默认值 | 说明 |