吉安感知网项目-前端
shuishen
2026-01-26 dc89af73e55f7bda6018bace4813a4107b5248d4
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) {