forked from TDTP/admin_transporte_frontend
test
parent
a2687861a2
commit
9c1d9bf372
|
@ -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)}>
|
||||||
|
|
Loading…
Reference in New Issue