funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c58824ff52 - Show all commits

View file

@ -22,7 +22,7 @@ export default {
return this.getPedido(this.pedido_id).aprobado;
},
mensaje() {
return this.aprobado ? "Pagado" : "No pagado";
return this.aprobado ? "Aprobado" : "No aprobado";
}
},
methods: {

View file

@ -7,7 +7,7 @@
<th v-if="devoluciones_habilitadas"><abbr title="Total sin tomar en cuenta las devoluciones">Total parcial $</abbr></th>
<th v-if="devoluciones_habilitadas"><abbr title="Devoluciones correspondientes al núcleo">Devoluciones $</abbr></th>
<th><abbr title="Total a Pagar por el núleo">{{ devoluciones_habilitadas ? 'Total real' : 'Total' }} $</abbr></th>
<th class="is-1"><abbr title="Pagado">Pagado</abbr></th>
<th class="is-1"><abbr title="Aprobado">Aprobado</abbr></th>
</tr>
</thead>
<tbody>