Browse Source

修改数据统计问题

zengyicheng 2 years ago
parent
commit
e1f7ee2cf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/components/report/studentAbility.vue

+ 1 - 1
src/components/pages/components/report/studentAbility.vue

@@ -3,7 +3,7 @@
     <div style="background: #fff; padding: 10px 0; height: 100%">
       <div class="sd_person_button">
         <span @click="setType(1)" :class="{ active: type == 1 }">课程目标设置</span>
-        <span @click="setType(2)" :class="{ active: type == 2 }">班级课程评价得分占比</span>
+        <span @click="setType(2)" :class="{ active: type == 2 }">个人项目评价</span>
         <!-- <span @click="setType(3)" :class="{ active: type == 3 }">其他项目</span> -->
       </div>
       <div style="display: flex; width: 100%; height: calc(100% - 50px)">