diff --git a/src/app/ep/details-ep/details-ep.component.css b/src/app/ep/details-ep/details-ep.component.css index bf89f1e..7db43e7 100644 --- a/src/app/ep/details-ep/details-ep.component.css +++ b/src/app/ep/details-ep/details-ep.component.css @@ -1,4 +1,4 @@ -.saisie { +/*.saisie { overflow-y: scroll; - height: 60%; -} \ No newline at end of file + height: 100%; +}*/ \ No newline at end of file diff --git a/src/app/ep/details-ep/details-ep.component.html b/src/app/ep/details-ep/details-ep.component.html index c90b58b..78f0b8e 100644 --- a/src/app/ep/details-ep/details-ep.component.html +++ b/src/app/ep/details-ep/details-ep.component.html @@ -1,22 +1,22 @@ -
-

Collaborateur : NOM PRENOM (AGENCE)

-

Référent : NOM PRENOM

-

Entretien le : dd/MM/yyyy

-

EPA

+
+

Collaborateur : {{ep.collaborateur.nom}} {{ep.collaborateur.prenom}} ({{ep.collaborateur.businessUnit.nom}})

+

Référent : {{ep.referent.nom}} {{ep.referent.prenom}}

+

Entretien le : {{ep.datePrevisionnelle | date: 'dd/MM/yyyy'}}

+

Statut : {{afficherTypeEP(ep.statut)}}

+ + + + - - - - @@ -33,19 +33,7 @@ - - - - - - - - - - - - @@ -59,13 +47,11 @@ + + + - - - - - Ajout et consultation des commentaires (pour les assistants) @@ -86,7 +72,9 @@
- + + +