corrección de formato
gitea/salix/master This commit looks good Details
gitea/salix/test This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-01-20 07:39:11 +01:00
parent 6b314d8dbe
commit 40172e5c8c
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
<tbody> <tbody>
<tr v-for="waste in wastes" v-bind:key="waste.buyer"> <tr v-for="waste in wastes" v-bind:key="waste.buyer">
<td class="font gray">{{waste.buyer}}</td> <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.dwindle | currency('EUR', locale)}}</td>
<td class="number">{{waste.total | currency('EUR', locale)}}</td> <td class="number">{{waste.total | currency('EUR', locale)}}</td>
</tr> </tr>

View File

@ -4,6 +4,6 @@ dear: Hola
description: A continuación se muestra la merma semanal a fecha de <strong>{0}</strong>. description: A continuación se muestra la merma semanal a fecha de <strong>{0}</strong>.
buyer: Comprador buyer: Comprador
percentage: Porcentaje percentage: Porcentaje
weakening: Mermas dwindle: Merma
total: Total total: Total
wasteDetailLink: 'Para ver el desglose de mermas haz clic en el siguiente enlace:' wasteDetailLink: 'Para ver el desglose de mermas haz clic en el siguiente enlace:'