遥测基础配置
@castianta/telemetry-base
遥测基础数据配置
API
参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
---|---|---|---|---|---|
layoutType | 表单弹窗类型 | 否 | String |
DrawerForm |
DrawerForm/ModalForm |
frameFormat | 帧格式配置 | 否 | TableProps | - |
见下 |
packageFormat | 包格式配置 | 否 | TableProps | - |
见下 |
pack | 包格式配置 | 否 | TableProps | - |
见下 |
parameter | 参数配置 | 否 | TableProps | - |
见下 |
pageContainer | 外层面板 | 否 | PageContainerProps | - |
- |
midSelect | 卫星下拉 | 否 | SelectProps | - |
- |
tabs | 标签页 | 否 | TabsProps | - |
- |
fileImport | 导入按钮 | 否 | FileImportProps |
- |
见下 |
fileDownload | 下载按钮 | 否 | ButtonProps | - |
- |
FileImportProps
参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
---|---|---|---|---|---|
button | 导入按钮 ButtonProps | 否 | ButtonProps |
- |
- |
(...Upload) | antd 的 UploadProps | 否 | UploadProps |
- |
- |
TableProps
参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
---|---|---|---|---|---|
form | 新增表单 ProForm 的 SchemaFormProps | 否 | SchemaFormProps |
- |
- |
(...ProTable) | ProTable 的 ProTableProps | 否 | ProTableProps |
- |
- |