applications/drone-command/src/views/detectionCountermeasure/detectionRange/index.vue
@@ -204,8 +204,10 @@ function formatRange(row) { if (!row) return '-' const value = row.effectiveRangeKm ?? row.range return value === null || value === undefined || value === '' ? '-' : value let value = row.effectiveRangeKm ?? row.range return value === null || value === undefined || value === '' ? '-' : Number(value).toFixed(0) } function formatDeviceCode(row) {