|
|
@@ -49,15 +49,15 @@
|
|
|
<ng-container matColumnDef="enlaces">
|
|
|
<th mat-header-cell *matHeaderCellDef style="text-align: center;"> Vinculos </th>
|
|
|
<td mat-cell *matCellDef="let tarea" style="text-align: center;">
|
|
|
- <button *ngIf="tarea.vinculoTarea.length>0" mat-button [matMenuTriggerFor]="menuVin"
|
|
|
+ <button *ngIf="tarea.vinculoTareaArray.length>0" mat-button [matMenuTriggerFor]="menuVin"
|
|
|
class="btn-grande" style="background-color: rgb(184, 221, 247);">Vinculos <mat-icon
|
|
|
matSuffix>keyboard_arrow_down</mat-icon></button>
|
|
|
- <button *ngIf="tarea.vinculoTarea.length>0" mat-button [matMenuTriggerFor]="menuVin"
|
|
|
+ <button *ngIf="tarea.vinculoTareaArray.length>0" mat-button [matMenuTriggerFor]="menuVin"
|
|
|
class="btn-movil">
|
|
|
<img src="../../../../../assets/icons/carpeta.png" alt="icono carpeta" width="30"
|
|
|
height="30">
|
|
|
</button>
|
|
|
- <span *ngIf="tarea.vinculoTarea.length==0">No aplica</span>
|
|
|
+ <span *ngIf="tarea.vinculoTareaArray.length==0">No aplica</span>
|
|
|
<mat-menu #menuVin="matMenu">
|
|
|
<button mat-menu-item *ngFor="let option of tarea.vinculoTareaArray"
|
|
|
(click)="buscarArchivo(option.url)">
|