parent
ba121e4eec
commit
de956f8bc3
@ -1 +1,8 @@ |
||||
<h1> Page Commercial </h1> |
||||
<ng-container *ngIf="estReferentEPEnCours"> |
||||
<h2>Vos prochains EP</h2> |
||||
<ep-table [rechercherParBU]="false" [rechercherParDate]="true" [typeRechercheEP]="epTypeRecherche.RechercheEPReferentEnCours" [displayedColumns]="displayedColumns" [idCollaborateur]="collaborateurConnecte.id" (eventEmitter)="ouvrirEP($event)" ></ep-table> |
||||
</ng-container> |
||||
|
||||
<ng-container *ngIf="!estReferentEPEnCours"> |
||||
<h2>Vous n'avez actuellement aucun EP en cours</h2> |
||||
</ng-container> |
Loading…
Reference in new issue