From 1097d89cdee70b12b17ceafeb37783da9edc3207 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Fri, 18 Mar 2022 00:28:49 -0600 Subject: [PATCH] modal de declinacion --- components/admin/datosTicket.vue | 2 +- components/admin/modalCancelar.vue | 73 ++++++++++++++++++++++++++++ components/admin/ticket.vue | 47 ++++++++++-------- components/registro/CapturaDatos.vue | 8 +-- pages/admin/ticket.vue | 6 ++- 5 files changed, 110 insertions(+), 26 deletions(-) create mode 100644 components/admin/modalCancelar.vue diff --git a/components/admin/datosTicket.vue b/components/admin/datosTicket.vue index f4eaf18..aef4ed1 100644 --- a/components/admin/datosTicket.vue +++ b/components/admin/datosTicket.vue @@ -2,7 +2,7 @@

Número de cuenta: {{ numeroCuenta }}

- +

+

+ + + diff --git a/components/admin/ticket.vue b/components/admin/ticket.vue index 7099abe..6646c45 100644 --- a/components/admin/ticket.vue +++ b/components/admin/ticket.vue @@ -37,25 +37,15 @@ Validar - Denegar + + Regresar
@@ -65,10 +55,12 @@