瀏覽代碼

交接复核颜色提示修改

zhongxiaoyu 2 年之前
父節點
當前提交
7492451945
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/realTime/hooks/useTableStyle.ts

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

@@ -89,6 +89,7 @@ export function useTableStyle(tableName?: string) {
       classes.push('cell-warning')
     }
     if (
+      tableName?.includes('DepartureAirport') &&
       (['depotJoin', 'resure'] as any[]).includes(column.dataKey) &&
       (cellData ?? '') !== ''
     ) {