funcion/devoluciones #28

Merged
rho merged 31 commits from funcion/devoluciones into master 2024-08-27 21:18:17 -03:00
Showing only changes of commit 475d2a6cd9 - Show all commits

View file

@ -23,7 +23,7 @@ export default {
},
computed: {
mensaje: function () {
return this.aprobado ? "Aprobado" : "No aprobado"
return this.aprobado ? "Pagado" : "No pagado"
}
},
methods: {