1 <tr *ngFor="let v of medicalList.list" [attr.rowspan]='v.rowspan'> 2 <td [rowSpan]='v.rowspan'>{{v.member_name ? v.member_name : ''}}</td>
所有评论(0)