<tr *ngFor="let item of gridList"> <td *ngIf="item.bol; else inputid">{ {item.id}}</td> <ng-template #inputid> <td class="insert"><input ...
確定! 回上一頁