qt-public-ui
Version:
新设计规范下业务组件库
12 lines (11 loc) • 737 B
Markdown
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| placement | 气泡框位置,可选 top left right bottom topLeft topRight bottomLeft bottomRight leftTop leftBottom rightTop rightBottom | string | 'topRight' |
| params | 导出接口传参 | Record<\string, any> | - |
| children | 被包含的子节点 | React.ReactElement | - |
| onExport | 导出方法调用 | () => {} | - |
| exportFn | 导出方法配置 | (params: Record<\string, any>) => Promise<\AxiosResponse> | - |
| reportCenterURL | 导出报告中心地址 | string | - |
| exportConfig | 导出全局配置 | { exportFn: exportFn, reportCenterURL: reportCenterURL } | - |
| existedCode | 导出报表已存在返回code | number | - |