Browse Source

航班视图-运单列表节点显示修改

zhongxiaoyu 2 years ago
parent
commit
2be25f32fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/realTime/components/FlightView/index.vue

+ 1 - 1
src/views/realTime/components/FlightView/index.vue

@@ -174,7 +174,7 @@ const tableFormatter: CommonTableFormatter = (
     if (props.name.includes('InternationalDeparture') && value === 'LS_CARGO') {
       return '实配'
     }
-    return NODE_CODE[value] ?? ''
+    return NODE_CODE[value] ?? value
   }
   return value
 }