lsc 2 년 전
부모
커밋
79e532ce72

+ 2 - 2
src/components/pages/scourse.vue

@@ -82,7 +82,7 @@
               <div @click="goToCourse2(item.courseId)">编辑</div>
               <div @click="get(item.courseId)">预览</div>
               <!-- 项目进展 -->
-              <div @click="getA(item.courseId)">管理</div>
+              <div @click="getA(item.courseId)">进展</div>
               <div @click="jump(item.courseId)">评论</div>
 
               <!-- <div v-if="groupA == '0'" @click="
@@ -874,7 +874,7 @@ export default {
   padding: 10px 0 10px 10px;
   flex-direction: column;
   box-sizing: border-box;
-  height: 121px;
+  height: 140px;
   flex-wrap: nowrap;
   justify-content: space-evenly;
 }

+ 4 - 0
src/components/pages/student/addCourse.vue

@@ -2900,6 +2900,10 @@ export default {
               _this.$message.error("上传失败");
             } else {
               if (type == 2 || type == 3) {
+
+                if(data.Location.split(".")[data.Location.split(".").length - 1].toLocaleUpperCase() == "PDF"){
+                  type = 9
+                }
                 _this.unitJson[unitIndex].chapterInfo[0].taskJson[
                   itemTaskIndex
                 ].chapterData.push({

+ 2 - 2
src/components/pages/student/course.vue

@@ -82,7 +82,7 @@
               <div @click="goToCourse2(item.courseId)">编辑</div>
               <div @click="get(item.courseId)">预览</div>
               <!-- 项目进展 -->
-              <div @click="getA(item.courseId)">管理</div>
+              <div @click="getA(item.courseId)">进展</div>
               <div @click="jump(item.courseId)">评论</div>
 
               <!-- <div v-if="groupA == '0'" @click="
@@ -878,7 +878,7 @@ export default {
   padding: 10px 0 10px 10px;
   flex-direction: column;
   box-sizing: border-box;
-  height: 121px;
+  height: 140px;
   flex-wrap: nowrap;
   justify-content: space-evenly;
 }

+ 5 - 0
src/components/pages/tencent/school.vue

@@ -138,6 +138,11 @@
                 v-loading="isLoading"
               >
                 <el-table-column prop="name" label="学校名称" min-width="30">
+                  <template slot-scope="scope">
+                    <div>
+                      {{ scope.row.oid ? scope.row.name+"(已联结)" : scope.row.name }}
+                    </div>
+                  </template>
                 </el-table-column>
                 <el-table-column prop="date" label="操作" min-width="30">
                   <template slot-scope="scope">