From ec747947d7eee41ca960daf95b80f75e0c8166fc Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Fri, 9 Oct 2020 15:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E7=89=88=E9=94=99=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/form/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/components/form/index.md b/docs/components/form/index.md index a10c4da82..5f7f16a32 100755 --- a/docs/components/form/index.md +++ b/docs/components/form/index.md @@ -844,8 +844,7 @@ Form 支持轮训初始化接口,步骤如下: | messages.saveSuccess | `string` | | 保存成功时提示 | | messages.saveFailed | `string` | | 保存失败时提示 | | wrapWithPanel | `boolean` | `true` | 是否让 Form 用 panel 包起来,设置为 false 后,actions 将无效。 | -| panelClassName | `string` | | 外层 panel 的类名 - | +| panelClassName | `string` | | 外层 panel 的类名 | | api | [API](../../types/api) | | Form 用来保存数据的 api。 | | initApi | [API](../../types/api) | | Form 用来获取初始数据的 api。 | | interval | `number` | `3000` | 刷新时间(最低 3000) |