cambio a pagado
This commit is contained in:
parent
9781d63a60
commit
475d2a6cd9
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
mensaje: function () {
|
mensaje: function () {
|
||||||
return this.aprobado ? "Aprobado" : "No aprobado"
|
return this.aprobado ? "Pagado" : "No pagado"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue