diff --git a/public_html/asset/svg/back.svg b/public_html/asset/svg/back.svg new file mode 100644 index 0000000..c48c3f5 --- /dev/null +++ b/public_html/asset/svg/back.svg @@ -0,0 +1,44 @@ + +image/svg+xml \ No newline at end of file diff --git a/webpack/component/ue/manage.vue b/webpack/component/ue/manage.vue index 319ec41..e77aad4 100644 --- a/webpack/component/ue/manage.vue +++ b/webpack/component/ue/manage.vue @@ -5,13 +5,17 @@
+
+ +
+
-
enseignant
-
-
volume horaire
-
formations
+
enseignant
+
+
volume horaire
+
formations
@@ -47,7 +51,13 @@
+ :data-id='c.idCours' + data-anim-incoming='1' + :data-anim-bounce='gstore.nav_anim.out?1:0' + + :data-vol='c.volume' + :data-form='c.formations.join(`|`)' + data-typ='cm'>
@@ -117,7 +131,11 @@ v-for='(tp,i) in gstore.manage.tp' :data-id='tp.idTP' data-anim-incoming='1' - :data-anim-bounce='gstore.nav_anim.out?1:0'> + :data-anim-bounce='gstore.nav_anim.out?1:0' + + :data-vol='tp.volume' + :data-form='tp.formations.join(`|`)' + data-typ='td'>