CollTable
; <CollTable code="123" apiUrl="POST /module/ps-module-data-config/getInputOutPutParam" tableUrl="POST /module/powersearch/api/module/data/get" queryParams= caseId: "12222222" searchKey: "sss" dataSource=dataSource colums= title: "查看完整表" key: "detail" fixed: "right" width: "150px" { return <a onClick= { console; } > 查看详情 </a> ; } />
props
参数 | 类型 | 说明 | 必填 | 默认值 |
---|---|---|---|---|
className | string | 组件自定义样式 | 否 | - |
code | string | 获取配置入参 | 是 | - |
queryParams | object | 获取数据入参映射入参 | 否 | - |
apiUrl | string | 获取配置接口 | 否 | - |
tableUrl | string | 获取数据接口 | 否 | - |
dataSource | object[] | 数据数组 (apiUrl & tableUrl 两者取其一 ) | 否 | - |
isDownLoad | boolean | 是否需要导出 | 否 | true |
downLoadName | boolean | 导出文件名称 | 否 | 未知 |
colums | object[] | 表格列的配置描述 | 否 | - |
antdTableConfg | 参考antd配置 https://ant.design/components/table-cn/ | 否 | - |