吉安感知网项目-前端
张含笑
2026-01-09 edaf70cb7f0c4e7c997ddab584b3b05798d58528
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>