diff --git a/resources/js/components/pedidos/Chismosa.vue b/resources/js/components/pedidos/Chismosa.vue index 0b44a9c..8b31e99 100644 --- a/resources/js/components/pedidos/Chismosa.vue +++ b/resources/js/components/pedidos/Chismosa.vue @@ -14,7 +14,7 @@ {{ cantidad_transporte }} {{ total_transporte }} - +

Devoluciones

{{ notas_abreviadas }} @@ -57,6 +57,7 @@ export default { "cantidad_transporte", "devoluciones_total", "devoluciones_notas", + "aprobado" ]), notas_abreviadas() { return this.devoluciones_notas.substring(0, 15) + (this.devoluciones_notas.length > 15 ? "..." : "");