Files
lingji-work-fe/src/components/wyg-form/README.md

6 lines
385 B
Markdown
Raw Normal View History

2025-06-16 14:42:26 +08:00
# 动态配置form表单
示例见 views/components/form
参数 fieldList配置项包括arco.design Form.Item和Input、Select以及自定义属性component等
参数 model: 传默认值
通过ref获取实例调用子组件实例updateFieldsList方法更新配置项调用setModel方法更新数据调用setForm方法更新Form属性自定义事件change处理逻辑