mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
13 lines
587 B
HTML
13 lines
587 B
HTML
<div class="wrapper">
|
|
<div>
|
|
<div class="buttons">
|
|
<button (click)="enviarDiploma({note: '', documents: [], serialnumber: task.SerialNumber})" class="btn-cancel" shape="round" >Enviar Diploma</button>
|
|
<button (click)="openDelegarModal()" class="btn-cancel" shape="round" >Delegar</button>
|
|
<div class="solid"></div>
|
|
<button (click)="openBookMeetingModal()" class="btn-cancel" shape="round" >Marcar Reunião</button>
|
|
<button (click)="sendExpedienteToPending()" class="btn-cancel" shape="round" >Enviar para Pendentes</button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|