feat: 表单支持slot形式的自定义组件
This commit is contained in:
@ -233,6 +233,10 @@ export interface FormSchema {
|
||||
value?: any;
|
||||
subTitle?: string;
|
||||
isShow?: boolean;
|
||||
//自定义插槽名称 用于自定义组件
|
||||
slotName?: string;
|
||||
//无视权限一直显示 用于自定义组件
|
||||
ignorePermission?: boolean;
|
||||
}
|
||||
export interface HelpComponentProps {
|
||||
maxWidth: string;
|
||||
|
||||
Reference in New Issue
Block a user