吉安感知网项目-前端
张含笑
2026-01-27 df7347d9c0f39d05c3878c917ff4f4ba8d5f3028
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) {