فهرست منبع

国际离港航站视图-columnName修改

zhongxiaoyu 2 سال پیش
والد
کامیت
55b9116b71

+ 1 - 1
src/views/realTime/components/AirportView/useAirportTable.ts

@@ -586,7 +586,7 @@ const columnGroupsMap: {
         // },
 
         {
-          columnName: "concat(requestDepotJoinBoard,'/',requestDepotJoin)",
+          columnName: 'requestDepotJoin',
           columnLabel: '发起货站交接\n(板卡/件)',
         },
         {

+ 1 - 4
src/views/realTime/components/AirportView/useFormatter.ts

@@ -34,10 +34,7 @@ export function useFormatter(flag: Ref<boolean>) {
       }
     }
     // 临时处理-没有发起货站交接这一节点数据时,不显示发起货站交接时间
-    if (
-      property === 'requestDepotJoinTime' &&
-      !row["concat(requestDepotJoinBoard,'/',requestDepotJoin)"]
-    ) {
+    if (property === 'requestDepotJoinTime' && !row['requestDepotJoin']) {
       return ''
     }
     if (property.includes('Time') && typeof cellValue === 'string') {