first commit

This commit is contained in:
muzi
2025-06-16 14:42:26 +08:00
commit 6f06721506
149 changed files with 56883 additions and 0 deletions

View File

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