Procházet zdrojové kódy

离港航班视图-预警报警修改

zhongxiaoyu před 2 roky
rodič
revize
d23e131b74
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/realTime/hooks/useTableStyle.ts

+ 1 - 1
src/views/realTime/hooks/useTableStyle.ts

@@ -81,7 +81,7 @@ export function useTableStyle(tableName?: string) {
           classes.push('flight-state-cancel')
         }
       }
-      if (Number(row['flightType']) === 1) {
+      if (row.flightType === '货机') {
         if (
           (column.property === 'register' &&
             typeof cellData === 'string' &&