|
@@ -61,7 +61,7 @@ const toolsData = ref([
|
|
|
{ id: 'SituationAssessment', name: '总体态势', icon: 'tool2-ztts', active: false },
|
|
|
{ id: 'PathConflict', name: '无人机碰撞', icon: 'tool2-wrjpz', active: false },
|
|
|
{ id: 'UavYawWarning', name: '偏离航线', icon: 'tool2-plhx', active: false },
|
|
|
- { id: 'WatchConflict', name: '侦测设备预警', icon: 'tool2-zcsb', active: false },
|
|
|
+ { id: 'DetectionConflict', name: '侦测设备预警', icon: 'tool2-zcsb', active: false },
|
|
|
],
|
|
|
},
|
|
|
])
|