fixed errors in supplier page
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<td>{{ supplier.address}}</td>
|
<td>{{ supplier.address}}</td>
|
||||||
<td>{{ supplier.zipCode}}</td>
|
<td>{{ supplier.zipCode}}</td>
|
||||||
<td>{{ supplier.city}}</td>
|
<td>{{ supplier.city}}</td>
|
||||||
<td>{{ supplier.deliveryDelay}}</td>
|
<td>{{ supplier.deliveryDelay}} jours</td>
|
||||||
<td>
|
<td>
|
||||||
<app-modal-button type="link" [name]="'Voir les produits'">
|
<app-modal-button type="link" [name]="'Voir les produits'">
|
||||||
<nz-table [nzData]="supplier.products" [nzFrontPagination]="false">
|
<nz-table [nzData]="supplier.products" [nzFrontPagination]="false">
|
||||||
|
|||||||
Reference in New Issue
Block a user