机位优化

This commit is contained in:
714943302@qq.com
2018-11-22 13:54:30 +08:00
parent b12e8a1065
commit 636ec4ed02
3 changed files with 37 additions and 103 deletions
@@ -22,7 +22,7 @@
<button type="button" class="btn btn-info mr-3">国家登记</button>
<button type="button" class="btn btn-info mr-3">洲/地区登记</button>
<button type="button" class="btn btn-info mr-3">定制查询</button> -->
<button type="button" class="btn btn-info mr-3" (click)="clearFiter()">刷新</button>
<button type="button" class="btn btn-info mr-3">刷新</button>
</div>
</div>
@@ -36,12 +36,13 @@
</select>
</div>
<div class="input-container mr-4">
<label for="">国家:&nbsp;&nbsp;</label>
<select class="form-control" [(ngModel)]="citys" (ngModelChange)="selectChange()" id="citry">
<label for="countryId">国家:&nbsp;&nbsp;</label>
<select class="form-control" [(ngModel)]="filterItems.countryId" (ngModelChange)="selectChange()" id="citry">
<option value=""></option>
<option value="ZG">中国</option>
<option *ngFor="let item of citys" [value]="item.cityId">{{item.countryId}}</option>
<!-- <option value="ZG">中国</option>
<option value="MG">美国</option>
<option value="YG">英国</option>
<option value="YG">英国</option> -->
</select>
</div>
<div class="third-condition row">
@@ -72,7 +73,7 @@
</tr>
</thead>
<tbody>
<tr *ngFor="let city of citys;let i = index">
<tr *ngFor="let city of render_data;let i = index">
<td>{{i+1}}</td>
<td>{{city.cityCode}}</td>
<td>{{city.cityNameChn}}</td>