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: {