航班动态选择列添加航班号

This commit is contained in:
zhouyuejun
2019-05-09 11:31:45 +08:00
parent 833108cd0d
commit 7e2d84c443
2 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<div class="line-operator-left input-container mb-2">
<select [(ngModel)]="SEL_COL" class="mr-4 form-control" (ngModelChange)="resetPositionArray()">
<option value="">选择列名</option>
<option *ngFor="let airline_col of render_col_lists" [value]="airline_col.COL_CODE">{{airline_col.COL_CN}}</option>
<option *ngFor="let airline_col of select_col_lists" [value]="airline_col.COL_CODE">{{airline_col.COL_CN}}</option>
</select>
<label class="radio-inline custom-radio nowrap mr-4">
<input type="radio" [(ngModel)]="FLT_POS" [value]="1" name="filter-position">