fix: ocultar ID proveniente de la BD
This commit is contained in:
parent
019f039149
commit
f72fc61066
|
@ -259,7 +259,6 @@ class UIController {
|
|||
|
||||
const row = document.createElement('tr');
|
||||
row.innerHTML = `
|
||||
<td>${candidato.id_candidato ?? ''}</td>
|
||||
<td>${candidato.nombre_completo ?? ''}</td>
|
||||
<td>${candidato.contacto?.correo ?? ''}</td>
|
||||
<td>${candidato.contacto?.telefono ?? ''}</td>
|
||||
|
|
|
@ -109,7 +109,6 @@
|
|||
<table class="table table-striped table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Nombre</th>
|
||||
<th>Correo</th>
|
||||
<th>Teléfono</th>
|
||||
|
|
Loading…
Reference in New Issue