From 8e2dc7cc76af70449aba24ab1d7dc5d10510df4f Mon Sep 17 00:00:00 2001 From: tiancheng Date: Thu, 6 Jun 2024 15:46:11 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/front/formComponent.md.=20?= =?UTF-8?q?=E7=9C=8B=E6=BA=90=E7=A0=81=E6=89=8D=E6=89=BE=E5=88=B0=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E5=8F=82=E6=95=B0=20=E4=B8=8D=E5=8A=A0card=E5=B0=B1?= =?UTF-8?q?=E6=98=AF=E4=B8=8D=E6=98=BE=E7=A4=BA=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tiancheng --- docs/front/formComponent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/front/formComponent.md b/docs/front/formComponent.md index 8dab13c..c68bfda 100644 --- a/docs/front/formComponent.md +++ b/docs/front/formComponent.md @@ -252,6 +252,7 @@ cols 对象属性列表 配置参数: - **formType:** 'card' - **display** 是否显示组件 +- **forceShow** 是否强制显示(如果配置后不显示的话可以添加这个参数 boolean) - **customClass:** [] 自定义className - **dataIndex** tab选项卡的索引,可不配置 - **formList** 表单列表,同 columns 属性 -- Gitee