去除航班ID列
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -156,7 +156,7 @@ export class MainComponent implements OnInit {
|
||||
this.commonCol = [
|
||||
{ "COL_CODE": "NO", "COL_CN": "序号", "COL_WIDTH": "55px" },
|
||||
{ "COL_CODE": "IMPT", "COL_CN": "重要提示", "COL_WIDTH": "120px" },
|
||||
{ "COL_CODE": "FLID", "COL_CN": "航班ID", "COL_WIDTH": "165px" }
|
||||
// { "COL_CODE": "FLID", "COL_CN": "航班ID", "COL_WIDTH": "165px" }
|
||||
]
|
||||
data.body.forEach(element => {
|
||||
if (element.groupCode === 'userSettingCol') {
|
||||
|
||||
Reference in New Issue
Block a user