吉安感知网项目-前端
shuishen
2026-01-31 af8d4c8fb7b9a81bbcd18b078ebaab40885c94a3
feat:数据驾驶舱,离线设备增加图例
3 files modified
8 ■■■■ changed files
applications/drone-command/src/assets/images/dataCockpit/legend/offline-equipment.png patch | view | raw | blame | history
applications/drone-command/src/assets/images/dataCockpit/map/offline-equipment.png patch | view | raw | blame | history
applications/drone-command/src/views/dataCockpit/components/LegendBar.vue 8 ●●●● patch | view | raw | blame | history
applications/drone-command/src/assets/images/dataCockpit/legend/offline-equipment.png

applications/drone-command/src/assets/images/dataCockpit/map/offline-equipment.png

applications/drone-command/src/views/dataCockpit/components/LegendBar.vue
@@ -2,7 +2,7 @@
 * @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. 
@@ -35,6 +35,11 @@
            <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>
@@ -42,6 +47,7 @@
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">