Arreglado error que evitaba agregar cursos

This commit is contained in:
Araozu 2020-07-28 09:41:45 -05:00
parent 2dd4ea2a9a
commit 3647c37d8e

View File

@ -1,10 +1,8 @@
<template lang="pug">
div.info_curso(:style="estiloCurso")
h4.titulo_curso(@mouseenter="resaltarTodasCeldas" @mouseleave="quitarResaltadoCeldas"
)
h4.titulo_curso(@mouseenter="resaltarTodasCeldas" @mouseleave="quitarResaltadoCeldas")
// input.marcador_curso(type="checkbox" v-model="cursoAgregado")
span.ancho | {{ curso.abreviado }} >&nbsp;
span.ancho {{ curso.abreviado }} >&nbsp;
| {{ curso.nombre }}
table.datos
tr
@ -112,7 +110,7 @@ div.info_curso(:style="estiloCurso")
else
store.commit "agregarCursoAMiHorario", {
nombre: idCurso.value
datos: curso.value
datos: props.curso
}
obtenerClase = (grupo, esLab) =>