diff --git a/auditoria.php b/auditoria.php index f91ac30..aec8de1 100644 --- a/auditoria.php +++ b/auditoria.php @@ -262,15 +262,20 @@ :class="{ 'table-warning': registro.reposicion_id }"> {{ registro.registro_fecha_ideal }} - {{ registro.salon }} - - {{ registro.profesor_clave }} - {{ registro.profesor_nombre }} - + {{ + `${registro.salon?.slice(0,15)}${registro.salon?.length > 15 ? '...' : ''}` }} + +
+ + {{ registro.profesor_clave }} + {{ registro.profesor_nombre }} + + + + +
@@ -315,7 +320,7 @@ Observaciones: {{`${registro.comentario?.slice(0,25)} ${registro.comentario.length - > 10 ? '...' : ''}`}} + > 25 ? '...' : ''}`}} @@ -392,6 +397,11 @@