Improve options

This commit is contained in:
Peter Maquiran
2021-08-09 14:51:29 +01:00
parent be41e18ea5
commit 5b2b704dcf
5 changed files with 33 additions and 10 deletions
@@ -104,6 +104,7 @@
<button (click)="openBookMeetingModal(task)" class="btn-cancel" shape="round" >Marcar Reunião</button>
<button *ngIf="!p.userRole(['PR'])" (click)="attachDocument()" class="btn-cancel" shape="round" >Anexar Documentos</button>
<button (click)="distartExpedientModal('descartar')" class="btn-cancel" shape="round" >Descartar</button>
<button (click)="sendExpedienteToPending()" *ngIf="task.Status != 'Pending'" full class="btn-ok" shape="round" >Enviar para pendentes</button>
<div class="solid"></div>
</div>
</div>