机场下拉框数据转换

This commit is contained in:
714943302@qq.com
2018-11-26 17:41:28 +08:00
parent 1f020ee82e
commit 8cb3f94bf4
3 changed files with 13 additions and 6 deletions
@@ -31,12 +31,12 @@
</div>
<div class="second-condition mb-3 row">
<div class="input-container mr-4">
<!-- <div class="input-container mr-4">
<label for="">洲/地区:&nbsp;&nbsp;</label>
<select class="form-control">
<option value=""></option>
</select>
</div>
</div> -->
<div class="input-container mr-4">
<label for="countryId">国家:&nbsp;&nbsp;</label>
<select class="form-control" [(ngModel)]="filterItems.countryId" (ngModelChange)="selectChange()" id="citry">
@@ -48,10 +48,10 @@
</select>
</div>
<div class="third-condition row">
<label class="radio-inline custom-checkbox nowrap checkInfo mr-4">
<!-- <label class="radio-inline custom-checkbox nowrap checkInfo mr-4">
<input type="checkbox">
<span>洲/地区-国家关联</span>
</label>
</label> -->
<label class="radio-inline custom-checkbox nowrap checkInfo mr-4">
<input type="checkbox">
<span>国家-城市关联</span>