[ue.view] fix for EDIT MODE
This commit is contained in:
parent
d8cc6b27ac
commit
5ea9d901a9
|
@ -72,7 +72,7 @@
|
||||||
<!-- endif -->
|
<!-- endif -->
|
||||||
|
|
||||||
<!-- if VIEW MODE -->
|
<!-- if VIEW MODE -->
|
||||||
<div class='table little' v-show='gstore.edit_i!=pi'>
|
<div class='table little'>
|
||||||
<div>
|
<div>
|
||||||
<span class='active reflow' :data-error='ue.nbrCours!=ue.nbrProfCours || ue.modCours != 0?1:0'>{{ ue.nbrCours }} CM</span>
|
<span class='active reflow' :data-error='ue.nbrCours!=ue.nbrProfCours || ue.modCours != 0?1:0'>{{ ue.nbrCours }} CM</span>
|
||||||
<span v-show='ue.nbrCours!=ue.nbrProfCours' class='notlast user reflow nospace' data-tooltip='enseignant(s) manquant(s)'></span>
|
<span v-show='ue.nbrCours!=ue.nbrProfCours' class='notlast user reflow nospace' data-tooltip='enseignant(s) manquant(s)'></span>
|
||||||
|
|
Loading…
Reference in New Issue