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

交接复核颜色提示修改

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

+ 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 ?? '') !== ''
     ) {