Mejor ojo

This commit is contained in:
Your Name
2025-01-31 16:25:24 -06:00
parent 588dbeabf4
commit a0ad8ef46a

View File

@@ -259,18 +259,18 @@
</tr> </tr>
<tr v-for="registro in store.registros.relevant?.slice((store.current.page - 1) * store.current.perPage, store.current.page * store.current.perPage)" <tr v-for="registro in store.registros.relevant?.slice((store.current.page - 1) * store.current.perPage, store.current.page * store.current.perPage)"
:key="`${registro.registro_id}-${registro.registro_fecha_ideal}-${registro.horario_id}-${registro.profesor_id}-${registro.salon_id}`" :key="`${registro.registro_id}-${registro.registro_fecha_ideal}-${registro.horario_id}-${registro.profesor_id}-${registro.salon_id}`"
:class="{ 'table-warning': registro.reposicion_id }"> :class="{ 'table-warning': registro.reposicion_id }" style="height: 6rem;">
<td class="text-center align-middle px-2">{{ registro.registro_fecha_ideal }} <td class="text-center align-middle px-2">{{ registro.registro_fecha_ideal }}
</td> </td>
<td class="text-center align-middle px-2">{{ <td class="text-center align-middle px-2">{{
`${registro.salon?.slice(0,15)}${registro.salon?.length > 15 ? '...' : ''}` }}</td> `${registro.salon?.slice(0,15)}${registro.salon?.length > 15 ? '...' : ''}` }}</td>
<td class="align-middle px-2 d-flex justify-content-center"> <td class="align-middle px-2">
<div class="w-75 d-flex justify-content-between" style="font-size: 1.2rem"> <div class="w-100 px-5 d-flex justify-content-between" style="font-size: 1.2rem">
<span> <span>
<strong>{{ registro.profesor_clave }}</strong> <strong>{{ registro.profesor_clave }}</strong>
{{ registro.profesor_nombre }} {{ registro.profesor_nombre }}
</span> </span>
<a class="ml-3 text-info" style="cursor: pointer; font-size: 1.5rem;" <a class="ml-3 text-info" style="cursor: pointer; font-size: 2.5rem;"
@click="store.current.clase_vista = registro; detalle.obtener_detalle(registro.horario_id, registro.profesor_id, registro.registro_fecha_ideal)" @click="store.current.clase_vista = registro; detalle.obtener_detalle(registro.horario_id, registro.profesor_id, registro.registro_fecha_ideal)"
data-toggle="modal" data-target="#ver-detalle"> data-toggle="modal" data-target="#ver-detalle">
<i class="ing-ojo"></i> <i class="ing-ojo"></i>