Explorar el Código

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

zhongxiaoyu hace 2 años
padre
commit
2be25f32fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }