@castianta/telemetry-important
v0.1.0
Published
重要遥测
Downloads
26
Readme
重要遥测
@castianta/telemetry-important
重要遥测
API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------------- | -------- | ---- | ------------------------------------------------------------------------------------ | ------ | ---- |
| dataSources | 数据来源 | 否 | SelectPageProps | - | - |
| show | 显示操作 | 否 | RadioGroupProps | - | - |
| type | 接收类型 | 否 | RadioGroupProps | - | - |
| pagination | 分页 | 否 | PaginationProps | - | - |
| table | 表格 | 否 | TableProps | - | 见下 |
| pageContainer | 外层面板 | 否 | PageContainerProps | -
| -
|
TableProps
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 | | ------------- | --------------------------------------------------------------------------------------- | ---- | ------------- | ------ | ---- | | leftData | 左侧数据 | 否 | Array | [] | - | | rightData | 右侧数据 | 否 | Array | [] | - | | (...ProTable) | ProTable 的 ProTableProps | 否 | ProTableProps | - | - |