提交 37d45d6d authored 作者: zhuyongshuai's avatar zhuyongshuai

fix:在轨卫星数字段

上级 8b667ecf
......@@ -523,7 +523,7 @@ const transformConstellationData = (data) => {
],
label: item?.constellationName || '',
content: [
{ label: '在轨卫星数', value: item?.satelliteCount || 0, statusClass: 'top-left' },
{ label: '在轨卫星数', value: item?.satellitesInOrbit || 0, statusClass: 'top-left' },
{ label: '在网卫星数', value: item?.satellitesInService || 0, statusClass: 'top-right' },
{ label: '轨道高度(km)', value: item?.orbitalAltitude || 0, statusClass: 'bottom-left' },
{ label: '轨道倾角', value: item?.orbitalInclination || 0 + '°', statusClass: 'bottom-right' }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论