This commit is contained in:
tiago.kayaya
2021-05-11 15:44:57 +01:00
parent 3c5b69841a
commit f90d39e063
5 changed files with 19 additions and 4 deletions
@@ -84,7 +84,7 @@
<button (click)="sendExpedienteToPending()" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
</div>
<div class="buttons" *ngIf="task.WorkflowName == 'Pedido de Parecer'">
<button (click)="openDarParecer()" class="btn-cancel" shape="round" >Dar meu Parecer</button>
<button (click)="openDarParecer()" class="btn-cancel" shape="round" >Dar o meu Parecer</button>
<button (click)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
<button (click)="sendExpedienteToPending()" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
</div>