| applications/drone-command/src/components/map-container/components/DevicePopup.vue | ●●●●● patch | view | raw | blame | history |
applications/drone-command/src/components/map-container/components/DevicePopup.vue
@@ -151,9 +151,9 @@ return `${val}台` }) const popupRangeText = computed(() => { const val = props.device?.effectiveRangeKm const val = Number(props.device?.effectiveRangeKm).toFixed(0) || 0 if (val == null) return '-' return `${val}KM` return `${val}m` }) </script>