[webpack.teacher.view] fixed 'programmed hours' + equiTD
This commit is contained in:
parent
821edf3f70
commit
6ada8fe0a3
|
@ -5,7 +5,7 @@
|
|||
<section v-if='gstore.professors.length <= 0'>Aucun enseignant trouvé</section>
|
||||
|
||||
<section v-for='prof in gstore.professors' :data-id='prof.idProfesseur'>
|
||||
<span class='category'>{{ prof.abreviation }}</span>
|
||||
<span class='category'>{{ prof.categorie }}</span>
|
||||
<h1>{{ prof.firstName }} {{ prof.lastName }}</h1>
|
||||
|
||||
<div class='table'>
|
||||
|
@ -14,11 +14,13 @@
|
|||
<span>heures à faire</span>
|
||||
</div>
|
||||
<div>
|
||||
<span>{{prof.equiTD}}</span>
|
||||
<span>{{ prof.VHCours + prof.VHTd + prof.VHTp }}</span>
|
||||
<span>heures prévues</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='sub'><strong>{{ prof.equiTD }}h</strong> équivalents TD</div>
|
||||
|
||||
<div class='footer'>
|
||||
<span class='course active'>{{prof.VHCours}}</span><hr>
|
||||
<span class='td active'>{{prof.VHTd}}</span><hr>
|
||||
|
|
|
@ -304,6 +304,17 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
/* (6) Card sub */
|
||||
& > div.sub{
|
||||
|
||||
display: inline-block;
|
||||
margin-top: 1em;
|
||||
|
||||
color: lighten($primary-color, 20%);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue