|
|
@@ -28,7 +28,7 @@
|
|
|
<mat-grid-list [cols]="12"
|
|
|
rowHeight="82px">
|
|
|
|
|
|
- <mat-grid-tile colspan="6" *ngIf="enable === '1'">
|
|
|
+ <mat-grid-tile colspan="6" *ngIf="enable === '1' || enable === '2'">
|
|
|
<mat-form-field appearance="outline">
|
|
|
<mat-label>Empleado</mat-label>
|
|
|
<mat-select
|