航班号相同点击会同时选中两条

This commit is contained in:
zhouyuejun
2019-01-22 10:17:28 +08:00
parent ae0b36c399
commit 1147b3216c
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -179,7 +179,7 @@
<table #tableContent id="table" class="table table-striped">
<tbody>
<tr *ngFor="let airline_row of render_data;let i = index" (click)="selectRow(airline_row)"
[ngClass]="{'selected':row_state['renderFlight']['FLNO']===airline_row['renderFlight']['FLNO']}">
[ngClass]="{'selected':getSelectedRow(airline_row)}">
<td style="min-width:55px">{{start+i+1}}</td>
<td style="min-width:120px">
<img class="mr-2" *ngIf="getVipNotes(airline_row)" src="/adminweb/assets/images/important-notes/vip.png"