1.0.0 • Published 5 years ago

@aligov/search-area v1.0.0

Weekly downloads
9
License
MIT
Repository
-
Last release
5 years ago

搜索域

@aligov/search-area

配合表格使用的搜索域

API

本组件深度依赖 uform , 请先熟悉uform 文档

参数名说明必填类型默认值备注
fields传递给 Uform Field 的值any[][]所有的值会被透传给 Uform Field
lineFields每行显示几个 表单域number3推荐为 可整除 24 的正整数
limit超过 limit 以后隐藏表单域number
gutter2 个表单域之间的空隙number20
其他其他任何参数都可以传递, 参数会被透传给 SchemaForm