吉安感知网项目-前端
shuishen
2026-01-08 bc4ea36aed76bd5e863e703d57394ae589575771
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>