From bdbc09270be8590d9b5a4837501074dfc338d34b Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 19 Apr 2025 16:36:44 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard
---
src/components/CurrentTaskDetails/TaskDetailsHead.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/CurrentTaskDetails/TaskDetailsHead.vue b/src/components/CurrentTaskDetails/TaskDetailsHead.vue
index d1222d4..472373b 100644
--- a/src/components/CurrentTaskDetails/TaskDetailsHead.vue
+++ b/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' },
--
Gitblit v1.9.3