Communication
支持分页、筛选、排序和快速编辑。
Actions
| Part | Display | Type | Range (km) | Mass (t) | Idle (W) | Source | Flags | Action |
|---|---|---|---|---|---|---|---|---|
| {{ row.part_name }} | {{ row.display_name or '-' }} | {{ row.antenna_type or '-' }} | {{ row.range_km if row.range_km is not none else '-' }} | {{ row.mass_t if row.mass_t is not none else '-' }} | {{ row.idle_power_watt if row.idle_power_watt is not none else '-' }} | {{ row.source or '-' }} | {% if row.is_active %}Active{% else %}-{% endif %} {% if row.is_deployable %} / Deployable{% endif %} {% if row.is_feeder %} / Feeder{% endif %} |
调整筛选条件或重置后重试。