Browse Source

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

zhongxiaoyu 2 năm trước cách đây
mục cha
commit
2be25f32fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }