添加双向数据绑定@NgModule

This commit is contained in:
714943302@qq.com
2018-11-14 15:40:39 +08:00
parent 7c61896146
commit 758fa0fd72
@@ -7,14 +7,14 @@
<option value="">选择列名</option>
</select>
<label class="radio-inline custom-radio nowrap mr-4">
<input type="radio" [value]="1" name="filter-position">
<span>过滤</span>
<input type="radio" [(ngModel)]="filterItems.FLT_POS" [value]="1" name="filter-position">
<span>过滤</span>
</label>
<label class="radio-inline custom-radio nowrap mr-4">
<input type="radio" [value]="2" name="filter-position">
<span>查找定位</span>
</label>
<input class="form-control" type="text">
<input type="radio" [(ngModel)]="filterItems.FLT_POS" [value]="2" name="filter-position">
<span>查找定位</span>
</label>
<input class="form-control" [(ngModel)]="filterItems.SEARCH" type="text">
</div>
<div class="line-operator-right mb-3 col-xlg-4 col-mlg-4 col-xl-4 col-lg-1">
<!-- <button type="button" class="btn btn-info mr-3">登机门编辑</button>