去除航班ID列

This commit is contained in:
zhouyuejun
2019-03-26 17:15:50 +08:00
parent d7bb19635a
commit 766724b1c2
4 changed files with 17 additions and 28 deletions
+1 -1
View File
@@ -200,7 +200,7 @@
<img class="mr-2" *ngIf="getStopoverNotes(airline_row)" src="/adminweb/assets/images/important-notes/stopover.png"
alt="">
</td>
<td style="min-width:165px">{{airline_row['renderFlight']['FLID']}}</td>
<!-- <td style="min-width:165px">{{airline_row['renderFlight']['FLID']}}</td> -->
<td *ngFor="let airline_col of render_col_lists" [ngClass]="getPosition(airline_col.COL_CODE,airline_row)"
[ngStyle]="getColor(airline_col.COL_CODE,airline_row,airline_col.COL_WIDTH)">{{airline_row['renderFlight'][airline_col.COL_CODE]}}</td>
</tr>