@beisen-cmps/isv-table
v1.0.10
Published
基于 ISV 开发中心项目需求,将 `@beisen-phoenix/search-form` 和 `@beisen-phoenix/table` 封装成该组件
Downloads
16
Readme
介绍
基于 ISV 开发中心项目需求,将 @beisen-phoenix/search-form
和 @beisen-phoenix/table
封装成该组件
props
|名称|是否必填|默认值|描述 | --- |--- | --- | --- | |tableConfig|Y|{}| 对 table 的配置项,参考 @beisen-phoenix/table |searchFormConfig|Y|{}|对 searchForm 的配置项,参考 @beisen-phoenix/search-form |wrapperStyle| N | { display: 'flex',flexDirection: 'column',height: 'calc(100vh - 68px)',margin: '0 16px 12px 16px'}| 整个组件外层容器的样式设置,若有配置该属性,则组件会将用户配置的该属性与默认值进行 merge