master
ifiguero 2024-08-05 09:21:51 -04:00
parent a2687861a2
commit 9c1d9bf372
1 changed files with 18 additions and 18 deletions

View File

@ -189,7 +189,7 @@
<td>{adjustDateTimeByOffset(app.created)}</td> <td>{adjustDateTimeByOffset(app.created)}</td>
<td > <td >
{#if app.status.toUpperCase().includes('CON REPAROS')} {#if app.status.toUpperCase().startsWith('E') or app.status.toUpperCase().startsWith('V')}
<!-- Elemento interactivo para usuarios con 'CON REPAROS' en el estado --> <!-- Elemento interactivo para usuarios con 'CON REPAROS' en el estado -->
<a href={"#"} on:click|preventDefault={() => reporteErroresCargaGTFS(id_red, app.id_gtfs)}> <a href={"#"} on:click|preventDefault={() => reporteErroresCargaGTFS(id_red, app.id_gtfs)}>