From b2c063195be85b7e075f525de7a5506871755d7b Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Thu, 10 Dec 2020 14:02:07 -0600 Subject: [PATCH 1/7] correccionErrores --- components/responsable/inputTable.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/responsable/inputTable.vue b/components/responsable/inputTable.vue index 938db35..c4dae83 100644 --- a/components/responsable/inputTable.vue +++ b/components/responsable/inputTable.vue @@ -30,13 +30,13 @@ - + - + @@ -102,6 +102,7 @@ > {{ props.row.carrera }} + {{ props.row.fechaInicio }}{{ fecha(props.row.fechaInicio) }} {{ fecha(props.row.fechaInicio) }} + {{ props.row.fechaFin }}{{ fecha(props.row.fechaFin) }} {{ fecha(props.row.fechaFin) }} + {{ props.row.status }} @@ -264,9 +267,6 @@ export default { return "is-danger"; } else if (idStatus === 9) { return "is-danger"; - } else if (idStatus === 10) { - // admin - return "is-danger"; } }, botonCarta(cartaTermino, idServicio) { From c1f8a2ac6c4e82b6f919ead48bf39b8358570096 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Thu, 10 Dec 2020 14:05:16 -0600 Subject: [PATCH 2/7] errores2 --- components/responsable/inputTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/responsable/inputTable.vue b/components/responsable/inputTable.vue index c4dae83..ef9b412 100644 --- a/components/responsable/inputTable.vue +++ b/components/responsable/inputTable.vue @@ -137,7 +137,8 @@ {{ props.row.status }} From 754ffec32959c1fbf33d605ddecee89146b2d58e Mon Sep 17 00:00:00 2001 From: mxrco Date: Thu, 10 Dec 2020 17:56:38 -0600 Subject: [PATCH 3/7] porcentaje --- components/admin/servicio/vistaServicio.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/admin/servicio/vistaServicio.vue b/components/admin/servicio/vistaServicio.vue index cc6083b..a141322 100644 --- a/components/admin/servicio/vistaServicio.vue +++ b/components/admin/servicio/vistaServicio.vue @@ -59,7 +59,7 @@ Correo: {{ alumno.correo }}

- Créditos: {{ alumno.creditos }} + Créditos: {{ alumno.creditos + '%' }}

Fecha de inicio: {{ fecha(alumno.fechaInicio) }} From a5cf4f9265e9632115a25ae8401d4f2e84ec0a37 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Mon, 14 Dec 2020 14:19:16 -0600 Subject: [PATCH 4/7] V-2.8-cartasCuestionario --- components/responsable/cartaAceptacion.vue | 10 ++++++++- components/responsable/cartaTermino.vue | 10 ++++++++- components/responsable/cuestionario.vue | 15 ++++++++++++- components/responsable/inputTable.vue | 25 ++++++++++++---------- 4 files changed, 46 insertions(+), 14 deletions(-) diff --git a/components/responsable/cartaAceptacion.vue b/components/responsable/cartaAceptacion.vue index 5846a78..a4831dc 100644 --- a/components/responsable/cartaAceptacion.vue +++ b/components/responsable/cartaAceptacion.vue @@ -1,5 +1,5 @@