• * feat: Form 自定义组件渲染 示例: /comp/form/customerForm页面
    1. 针对自定义渲染功能 FormSchema 中
    render, renderColContent, renderComponentContent 新增 opts:{disabled} 扩展 帮助自定义渲染时做 条件判断、展示同步
    渲染: ((renderCallbackParams) => any) ===> ((renderCallbackParams, opts) => any)
    2. slot, colSlot 分别是 render, renderColContent 插槽,为方便插槽使用
    slotFn 进行解构 #test={scope} scope==={...data, ...opts}
    
    * feat: Form 自定义组件渲染 示例: /comp/form/customerForm页面
    
    1. 针对自定义渲染功能 FormSchema 新增 [fields] 和 [defaultValueObj] 帮助
    render, renderColContent 自定义渲染时 存在多个 表单字段操作(复合field 场景)
    LanceJiang authored
     
    Browse Code »