chore: merge

This commit is contained in:
dap
2025-10-09 20:53:21 +08:00
29 changed files with 165 additions and 100 deletions

View File

@@ -473,6 +473,8 @@ export interface FormSchema<
fieldName: string;
/** 帮助信息 */
help?: CustomRenderType;
/** 是否隐藏表单项 */
hide?: boolean;
/** 表单的标签如果是一个string会用于默认必选规则的消息提示 */
label?: CustomRenderType;
/** 自定义组件内部渲染 */