Added THs
This commit is contained in:
@@ -69,6 +69,12 @@ const setRowData = (row) => {
|
|||||||
</UButton>
|
</UButton>
|
||||||
|
|
||||||
<table class="w-full mt-3">
|
<table class="w-full mt-3">
|
||||||
|
<tr>
|
||||||
|
<th>Artikel</th>
|
||||||
|
<th>Menge</th>
|
||||||
|
<th>Einheit</th>
|
||||||
|
<th>Verkaufspreis</th>
|
||||||
|
</tr>
|
||||||
<tr
|
<tr
|
||||||
v-for="product in props.item.materialComposition"
|
v-for="product in props.item.materialComposition"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user