Angular数据双向绑定

72 阅读1分钟
<tr *ngFor="let item of tabList[0] ">
 <td>{{item.title}} {{'(' + deviceWeight[item.code + '_weight'] + ')'}}</td>
</tr>