From dd7dc79cc980632631c524b5a04441973f31c397 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 9 Sep 2019 16:28:36 -0300 Subject: [PATCH] Arreglo de vista. --- src/app/components/comanda/comanda.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/comanda/comanda.component.html b/src/app/components/comanda/comanda.component.html index 82e4d07..87aec0b 100644 --- a/src/app/components/comanda/comanda.component.html +++ b/src/app/components/comanda/comanda.component.html @@ -22,9 +22,9 @@ 'bg-success swing-out-top-bck': comanda.estado === 3 }">
-

{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}.

+

{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}

-

{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}

+

{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}

- En espera + Deshacer

-- 1.9.1