添加基础数据查询路由页面

This commit is contained in:
zhouyuejun
2018-11-12 14:32:28 +08:00
parent f0693c9f42
commit 2be7268fdb
60 changed files with 776 additions and 17 deletions
+2 -2
View File
@@ -7,11 +7,11 @@
<option value="">选择列名</option>
</select>
<label class="radio-inline custom-radio nowrap mr-4">
<input type="radio" [(ngModel)]="filterItems.FLT_POS" value="1" name="filter-position">
<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" [(ngModel)]="filterItems.FLT_POS" value="2" name="filter-position">
<input type="radio" [(ngModel)]="filterItems.FLT_POS" [value]="2" name="filter-position">
<span>查找定位</span>
</label>
<input class="form-control" [(ngModel)]="filterItems.SEARCH" type="text">