dedsudiyu 3 miesięcy temu
rodzic
commit
e14613f45c
1 zmienionych plików z 8 dodań i 4 usunięć
  1. 8 4
      src/views/components/left-top.vue

+ 8 - 4
src/views/components/left-top.vue

@@ -180,10 +180,14 @@
         this.$echarts.graphic.registerShape("CubeRight", CubeRight);
         this.$echarts.graphic.registerShape("CubeTop", CubeTop);
         const VALUE = [
-          this.newData.teacher.professor,
-          this.newData.teacher.assProfessor,
-          this.newData.teacher.lecturer,
-          this.newData.teacher.assistant,
+          // this.newData.teacher.professor,
+          // this.newData.teacher.assProfessor,
+          // this.newData.teacher.lecturer,
+          // this.newData.teacher.assistant,
+          0,
+          0,
+          0,
+          0,
         ];
         let option = {
           title: {