From f8fd87c53a3c9d4c25c9dd4a74b7856876ff5ed9 Mon Sep 17 00:00:00 2001 From: gy <1074545235@qq.com> Date: Tue, 5 Sep 2023 10:53:25 +0800 Subject: [PATCH] Update ui-schema.md --- docs/reference/ui-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ui-schema.md b/docs/reference/ui-schema.md index 442c367c0b6..4c6d9be0635 100644 --- a/docs/reference/ui-schema.md +++ b/docs/reference/ui-schema.md @@ -47,7 +47,7 @@ The spec are as follows: description: string The help info in UI uiType: string The react component type in UI sort: int The sort number - disabled: bool Disable this field. + disable: bool Disable this field. style: colSpan: int Defines the number of grids for the form, with 24 representing 100% width. conditions: Control whether fields are enabled or disabled by certain conditions.