<table class="table tableOption table-striped table-bordered" cellspacing="0" width="100%" style="text-align:center; text-transform:uppercase;">
<thead>
<tr class="info">
<th style="text-align:center;">CÓDIGO</th>
<th style="text-align:center;">ESTADO</th>
<th style="text-align:center;">VER</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{Actividad.planCODIGO}}</td>
<td>{{Actividad.planEstadoTITULO}}</td>
<td><a data-skin="skin-blue" class="btn btn-info btn-xs" onclick="cargarPlan()"><i class="fa fa-eye"></i></a></td>
</tr>
</tbody>
</table>