Parcourir la source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

lsc il y a 3 ans
Parent
commit
811389243a
3 fichiers modifiés avec 432 ajouts et 113 suppressions
  1. BIN
      src/assets/icon/addEva.png
  2. 428 113
      src/components/pages/addCourse.vue
  3. 4 0
      src/components/pages/evaluation.vue

BIN
src/assets/icon/addEva.png


Fichier diff supprimé car celui-ci est trop grand
+ 428 - 113
src/components/pages/addCourse.vue


+ 4 - 0
src/components/pages/evaluation.vue

@@ -350,6 +350,8 @@ export default {
       dialogVisible: false,
       dialogVisible2: false,
       dialogVisible3: false,
+      userid: this.$route.query.userid,
+      oid: this.$route.query.oid,
       eTitle: "",
       eName: "",
       eJson: {},
@@ -543,6 +545,7 @@ export default {
     },
     getData() {
       let params = {
+        oid: this.oid,
         n: this.sn,
         page: this.page,
       };
@@ -741,6 +744,7 @@ export default {
   align-items: center;
   border-radius: 5px;
   margin-top: 10px;
+  text-align: center;
 }
 .e_card_picture {
   margin: 20px 0;

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff