@castianta/telemetry-master

遥测总表

Usage no npm install needed!

<script type="module">
  import castiantaTelemetryMaster from 'https://cdn.skypack.dev/@castianta/telemetry-master';
</script>

README

遥测总表

@castianta/telemetry-master

遥测总表

API

参数名 说明 必填 类型 默认值 备注
pageContainer 外层面板 PageContainerProps - -
tableCard 面板配置 tableCardProps 见下 -
onMidChange 卫星选择事件 function(mid,tableCard) - -

tableCardProps

参数名 说明 必填 类型 默认值 备注
tree 分系统 TreeProps - -
treeSearch 包搜索 InputProps - -
form 个人定制添加 SchemaFormProps - -
layoutType 表单类型 String DrawerForm DrawerForm/ModalForm
midSelect 卫星下拉 SelectProps - -
table 分系统 table ProTableProps - -
dataSources 数据来源 SelectPageProps - -
timer 遥测时标 String - -
show 显示操作 RadioGroupProps - -
type 接收类型 RadioGroupProps - -
radioList 个人定制列表 RadioListProps - -
card 面板 CardProps - 见下
spin 左侧面板数据区加载状态 SpinProps -

RadioListProps

参数名 说明 必填 类型 默认值 备注
radio 点选状态切换 RadioGroupProps - -
list 列表信息 ListProps - 见下

ListProps

参数名 说明 必填 类型 默认值 备注
item 列内容 List.ItemProps - -
meat 列元素 List.Item.MetaProps - -
dataSource 列表数据 Object[] - {value:取值,label:显示名称,type:类型}
(...ListProps) 点选状态切换 ListProps - -

CardProps

参数名 说明 必填 类型 默认值 备注
left 左侧面板 LeftProps - 见下
right 右侧面板 CardProps - -

LeftProps

参数名 说明 必填 类型 默认值 备注
card 面板 ProCardProps - -
(...CardProps) and design card CardProps - -