This commit is contained in:
parent
0537a3eca3
commit
34bb0e9052
|
@ -22,3 +22,8 @@ h2 {
|
|||
.black {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.totalFootpage {
|
||||
margin: 20px;
|
||||
background-color: blue;
|
||||
}
|
||||
|
|
|
@ -65,13 +65,18 @@
|
|||
<span v-if="buy.value5"> <strong>{{buy.tag5}}</strong> {{buy.value5}} </span>
|
||||
<span v-if="buy.value6"> <strong>{{buy.tag6}}</strong> {{buy.value6}} </span>
|
||||
<span v-if="buy.value7"> <strong>{{buy.tag7}}</strong> {{buy.value7}} </span>
|
||||
<div>{{total.quantity}}</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table>
|
||||
<tr class="font bold no-page-break">
|
||||
<td>{{$t('total')}}</td>
|
||||
<td class="number">{{total.price | currency('EUR', $i18n.locale)}}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<template v-slot:footer>
|
||||
|
|
Loading…
Reference in New Issue