This commit is contained in:
2023-09-05 15:08:32 +00:00
parent 8eec1a97ba
commit c2c0637b87
9 changed files with 311 additions and 227 deletions

View File

@@ -292,7 +292,7 @@
<!-- -->
<td class="text-center align-middle px-2">
<div v-if="registro.registro_fecha">
<div class="col-12">
<div class="col-12" :class="registro.color">
Registro <small>{{ registro.registro_fecha?.slice(11,19) }}</small>
</div>
</div>
@@ -313,8 +313,7 @@
<span class="mr-2" :class="`text-${registro.estado_color}`">
<i :class="`${registro.estado_icon} ing-2x`"></i>
</span>
<strong v-if="registro.usuario_nombre">{{ registro.usuario_nombre
}}</strong>
<strong v-if="registro.usuario_nombre">{{ registro.usuario_nombre }}</strong>
</div>
<div class="col-12" v-if="registro.registro_fecha_supervisor">
Hora
@@ -581,15 +580,10 @@
<br>
<div class="row">
<div class="col-12 text-center">
Justificar <strong v-if="store.current.justificada.estado_supervisor_id"
:class="`text-${store.current.justificada.estado_color}`"
class="text-uppercase">
{{store.current.justificada.nombre.toUpperCase()}}</strong> del día <span
class="text-muted">{{store.current.justificada.registro_fecha_ideal}}</span> a
las <span
class="text-muted">{{store.current.justificada.horario_hora?.slice(0,5)}}</span>
para el profesor <span
class="text-muted">{{store.current.justificada.profesor_nombre}}</span>
Justificar <strong :class="`text-${store.current.justificada.estado_color}`" class="text-uppercase">
{{store.current.justificada.nombre}}</strong> del día <span class="text-muted">{{store.current.justificada.registro_fecha_ideal}}</span> a
las <span class="text-muted">{{store.current.justificada.horario_hora?.slice(0,5)}}</span>
para el profesor <span class="text-muted">{{store.current.justificada.profesor_nombre}}</span>
</div>
</div>
<div class="row mt-3">