|
@@ -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' &&
|