Эх сурвалжийг харах

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

zhongxiaoyu 2 жил өмнө
parent
commit
d23e131b74

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

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