Added THs

This commit is contained in:
2025-04-19 17:34:58 +02:00
parent 8edd996b89
commit ec741acf7c

View File

@@ -69,6 +69,12 @@ const setRowData = (row) => {
</UButton>
<table class="w-full mt-3">
<tr>
<th>Artikel</th>
<th>Menge</th>
<th>Einheit</th>
<th>Verkaufspreis</th>
</tr>
<tr
v-for="product in props.item.materialComposition"
>