diff --git a/components/admin/servicio/vistaServicio.vue b/components/admin/servicio/vistaServicio.vue index 72209ad..59bd244 100644 --- a/components/admin/servicio/vistaServicio.vue +++ b/components/admin/servicio/vistaServicio.vue @@ -9,67 +9,67 @@
-

+

Pre Registro

-

+

Pre Registro Válidado

-

+

Registro

-

+

Pre Término

-

+

Término

-

+

Liberación


-

Datos del programa


-

Programa: {{alumno.programa}}

-

Clave del programa: {{alumno.clavePrograma}}

-

Dependecia: {{alumno.dependecia}}

-

Institución: {{alumno.institucion}}

+

Datos del programa


+

Programa: {{alumno.Programa.programa}}

+

Clave del programa: {{alumno.Programa.clavePrograma}}

+

Dependecia: {{alumno.Programa.dependencia}}

+

Institución: {{alumno.Programa.institucion}}


-

Datos personales


-

Nombre: {{alumno.nombre}}

-

Número de cuenta: {{alumno.noCuenta}}

-

Carrera: {{alumno.carrera}}

-

Correo: {{alumno.correo}}

-

Créditos: {{alumno.creditos}}

-

Fecha de inicio: {{alumno.fechaInicio}}

-

Fecha de fin: {{alumno.fechaFin}}

-

Teléfono: {{alumno.telefono}}

-

Dirección: {{alumno.direccion}}

-

Fecha de nacimiento: {{alumno.fechaNacimiento}}

+

Datos personales

+

Nombre: {{alumno.Usuario.nombre}}

+

Número de cuenta: {{alumno.Usuario.usuario}}

+

Correo: {{alumno.Carrera.carrera}}

+

Correo: {{alumno.correo}}

+

Créditos: {{alumno.creditos}}

+

Fecha de inicio: {{ fecha(alumno.fechaInicio)}}

+

Fecha de fin: {{ fecha(alumno.fechaFin)}}

+

Teléfono: {{alumno.telefono}}

+

Dirección: {{alumno.direccion}}

+

Fecha de nacimiento: {{fecha(alumno.fechaNacimiento)}}


-
- Ver carta de aceptación - + -

Confirmar el pre-registro del alumno

-

Termino

-

Validar el término del alumno

+

Confirmar el pre-registro del alumno

+

Termino

+

Validar el término del alumno

-
- Ver informe global de actividades - + @@ -80,29 +80,39 @@ Confirmar - + Cancelar Regresar +

+ + + + + Cancelar servicio +
diff --git a/components/responsable/botonesCarga.vue b/components/responsable/botonesCarga.vue new file mode 100644 index 0000000..919d3c9 --- /dev/null +++ b/components/responsable/botonesCarga.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/components/responsable/inputTable.vue b/components/responsable/inputTable.vue index 7c7b8b2..990d444 100644 --- a/components/responsable/inputTable.vue +++ b/components/responsable/inputTable.vue @@ -2,7 +2,7 @@
-
+
-
+
-
+
- + @@ -43,66 +42,84 @@
-
-
- - Carta de término - -
-
+
+ + Buscar + +
-
-
- - Cuestionario - -
-
+
+
+
- - - {{ props.row.nombre }} + :data="data" + paginated + backend-pagination + :per-page="perPage" + > + + {{ props.row.nombre}} + + + {{ props.row.numeroCuenta}} - - {{ props.row.carrera }} + {{ props.row.carrera}} - - - {{ props.row.numeroCuenta }} + + {{ props.row.fechaInicio}} - - - {{ props.row.fechaInicio }} + + {{ props.row.fechaFin}} - - - {{ props.row.fechaFin }} - - - {{ props.row.status }} + {{ props.row.status}} + + +
+ + + + + + Cuestionario + +
+
+
@@ -111,182 +128,113 @@ diff --git a/pages/admin/index.vue b/pages/admin/index.vue index 014129f..69c6ce6 100644 --- a/pages/admin/index.vue +++ b/pages/admin/index.vue @@ -1,9 +1,27 @@ diff --git a/pages/responsable/index.vue b/pages/responsable/index.vue index 751a8f8..9e11b22 100644 --- a/pages/responsable/index.vue +++ b/pages/responsable/index.vue @@ -18,8 +18,9 @@
- +
+
@@ -30,6 +31,11 @@ export default { components: { InputTable }, + data () { + return { + id: 2 + } + }, methods: { agregarAlumno () { this.$router.push('/responsable/nuevo')