Browse Source

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

zhongxiaoyu 2 years ago
parent
commit
4f9df8cd11
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/realTime/hooks/useTableStyle.ts

+ 4 - 3
src/views/realTime/hooks/useTableStyle.ts

@@ -81,14 +81,15 @@ export function useTableStyle(tableName?: string) {
           classes.push('flight-state-cancel')
         }
       }
+
       if (
         column.property === 'register' &&
-        cellData.split('/').some(char => Number(char) > 0) &&
-        typeof cellData === 'string'
+        typeof cellData === 'string' &&
+        cellData.split('/').some(char => Number(char) > 0)
       ) {
         classes.push('cell-warning')
       }
-      
+
       if (
         ([
           'resure',