dedsudiyu 3 月之前
父節點
當前提交
e14613f45c
共有 1 個文件被更改,包括 8 次插入4 次删除
  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: {