我对如何在对象数组中显示 categories.name 感到困惑。我想在第一个 td 中显示。
<tr *ngFor="let innerItem of project.project_services">
HERE--> <td>{{ innerItem.categories.[name]}</td>
<td>{{innerItem.service.sku}}</td>
<td>{{innerItem.service.name}}</td>
</tr>
我对如何在对象数组中显示 categories.name 感到困惑。我想在第一个 td 中显示。
<tr *ngFor="let innerItem of project.project_services">
HERE--> <td>{{ innerItem.categories.[name]}</td>
<td>{{innerItem.service.sku}}</td>
<td>{{innerItem.service.name}}</td>
</tr>