updated stock table
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<tr class="text-center">
|
||||
<th>Nom</th>
|
||||
<th>Référence</th>
|
||||
<th>Prix</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="text-center">
|
||||
@@ -35,6 +36,7 @@
|
||||
<tr>
|
||||
<td>{{product.name}}</td>
|
||||
<td>{{product.reference}}</td>
|
||||
<td>xx.x€</td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user