请求状态等通知提示抽取
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
</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)" [title]="airline_row['renderFlight'][airline_col.COL_CODE]">{{airline_row['renderFlight'][airline_col.COL_CODE]}}</td>
|
||||
[ngStyle]="getColor(airline_col.COL_CODE,airline_row,airline_col.COL_WIDTH)">{{airline_row['renderFlight'][airline_col.COL_CODE]}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -228,4 +228,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<toast-box toastAnimation="fancy" toastPosition="toast-top-right"></toast-box>
|
||||
</div>
|
||||
Reference in New Issue
Block a user