Browse Source

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

lsc 2 years ago
parent
commit
dc231d6ca3

+ 1 - 0
src/components/pages/addCourse.vue

@@ -355,6 +355,7 @@
                     class="binfo_input"
                     cols
                     v-model="courseText"
+                    :placeholder="'1、项目内容说明' + '\n' + '2、项目学习知识目标' + '\n' + '3、项目学习技能目标'"
                   ></textarea>
                 </div>
               </div>

+ 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)">