updated stock table

This commit is contained in:
2025-11-25 09:17:44 +01:00
parent 46d121b016
commit 6b067e058c
9 changed files with 154 additions and 69 deletions

View File

@@ -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>