| | |
| | | * @Author : yuan |
| | | * @Date : 2026-01-17 14:51:39 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2026-01-30 15:20:56 |
| | | * @LastEditTime : 2026-01-31 16:03:51 |
| | | * @FilePath : \applications\drone-command\src\views\dataCockpit\components\LegendBar.vue |
| | | * @Description : |
| | | * Copyright 2026 OBKoro1, All Rights Reserved. |
| | |
| | | <img class="legend-icon" :src="equipmentIcon" alt="设备" /> |
| | | <span class="legend-text" data-text="设备">设备</span> |
| | | </div> |
| | | |
| | | <div class="legend-item"> |
| | | <img class="legend-icon" :src="offlineEquipmentIcon" alt="告警设备" /> |
| | | <span class="legend-text" data-text="告警设备">告警设备</span> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import droneIcon from '@/assets/images/dataCockpit/legend/drone.png' |
| | | import commandPostIcon from '@/assets/images/dataCockpit/legend/command-post.png' |
| | | import equipmentIcon from '@/assets/images/dataCockpit/legend/equipment.png' |
| | | import offlineEquipmentIcon from '@/assets/images/dataCockpit/legend/offline-equipment.png' |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |