forked from drone/command-center-dashboard

shuishen
2025-04-19 600ab7a279a2ffc1a05e722bf18d4bfe0c1da1ea
src/components/CurrentTaskDetails/TaskDetailsHead.vue
@@ -44,8 +44,8 @@
   { index: 4, title: '经度', value: 0, unit: '°' },
   { index: 5, title: '纬度', value: 0, unit: '°' },
   { index: 6, title: '风速', value: 0, unit: 'M/s' },
   { index: 7, title: '4G信号', value: 0, unit: '' },
   { index: 8, title: 'SDR信号', value: 0, unit: '' },
   { index: 7, title: '4G信号', value: '-', unit: '' },
   { index: 8, title: 'SDR信号', value: '-', unit: '' },
   { index: 9, title: 'GPS搜星数', value: 0, unit: '' },
   { index: 10, title: 'RTK搜星数', value: 0, unit: '' },
   { index: 11, title: '距离机场', value: 0, unit: 'M' },
@@ -62,7 +62,7 @@
}
function refreshLive() {
   EventBus.emit('CurrentTaskDetails-getDroneLiveUrl')
   EventBus.emit('CurrentTaskDetails-getDroneLiveUrl',true)
}
function getFlightStatisticsFun() {