corrección de formato
This commit is contained in:
parent
6b314d8dbe
commit
40172e5c8c
|
@ -43,7 +43,7 @@
|
|||
<tbody>
|
||||
<tr v-for="waste in wastes" v-bind:key="waste.buyer">
|
||||
<td class="font gray">{{waste.buyer}}</td>
|
||||
<td class="number">{{(waste.percentage / 100) | percentage(4, 4, locale)}}</td>
|
||||
<td class="number">{{(waste.percentage / 100) | percentage(2, 2, locale)}}</td>
|
||||
<td class="number">{{waste.dwindle | currency('EUR', locale)}}</td>
|
||||
<td class="number">{{waste.total | currency('EUR', locale)}}</td>
|
||||
</tr>
|
||||
|
|
|
@ -4,6 +4,6 @@ dear: Hola
|
|||
description: A continuación se muestra la merma semanal a fecha de <strong>{0}</strong>.
|
||||
buyer: Comprador
|
||||
percentage: Porcentaje
|
||||
weakening: Mermas
|
||||
dwindle: Merma
|
||||
total: Total
|
||||
wasteDetailLink: 'Para ver el desglose de mermas haz clic en el siguiente enlace:'
|
Loading…
Reference in New Issue