选择列名数据绑定加载及查找定位数据过滤筛选

This commit is contained in:
714943302@qq.com
2018-11-23 14:03:47 +08:00
parent c1ed422fd1
commit 52b316a230
4 changed files with 21 additions and 3 deletions
@@ -38,7 +38,8 @@
</tr>
</thead>
<tbody>
<tr *ngFor="let chut of render_data;let i = index">
<tr *ngFor="let chut of render_data;let i = index" (click)="selectRow(chut)"
[ngClass]="{'selected':row_state===chut}">
<td>{{i+1}}</td>
<td>{{chut.chutCode}}</td>
<td>{{chut.chutName}}</td>