applications/drone-command/src/views/dataCockpit/components/CenterContainer.vue
@@ -81,13 +81,15 @@ } ]) const emit = defineEmits(['select-warning', 'select-equipment']) const warningTypeClick = (type) => { console.log('点击了告警类型:', type) emit('select-warning', type) } const equipmentClick = (isHighlight) => { if (isHighlight) { console.log('点击了设备统计') emit('select-equipment') } } </script>