lsc hai 1 ano
pai
achega
34c4f84759

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.36cb59400fc625688140e5cc20cc334e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.99a913bcc02dad4e392a.js></script><script type=text/javascript src=./static/js/app.9889627dae1f947bcece.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.7e27addeb5a59aa0e0f6192579d48a5f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.99a913bcc02dad4e392a.js></script><script type=text/javascript src=./static/js/app.e440bc42261d93789dd7.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.36cb59400fc625688140e5cc20cc334e.css.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.7e27addeb5a59aa0e0f6192579d48a5f.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.7e27addeb5a59aa0e0f6192579d48a5f.css.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.9889627dae1f947bcece.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.e440bc42261d93789dd7.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.e440bc42261d93789dd7.js.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 1 - 1
src/components/components/askStatic.vue

@@ -79,7 +79,7 @@
                         cursor: pointer;
                       "
                     >
-                      {{ item.checkList[checkIndex] }}
+                      选项{{checkIndex+1}}、{{ item.checkList[checkIndex] }}
                     </div>
                   </el-tooltip>
                   <!-- </el-tooltip> -->

+ 3 - 2
src/components/components/askStatic2.vue

@@ -80,13 +80,14 @@
                   }"
                 >
                   <div
-                    style="margin-right: 10px"
+                    style="margin-right: 10px;display:flex;align-items: center;"
                     v-if="
                       item.checkList[checkIndex] &&
                       item.checkList[checkIndex].imgType &&
                       item.checkList[checkIndex].imgType == 1
                     "
                   >
+                    <div>选项{{checkIndex+1}}、</div>
                     <div
                       class="inImg"
                       @click.stop="previewImg(item.checkList[checkIndex].src)"
@@ -113,7 +114,7 @@
                         cursor: pointer;
                       "
                     >
-                      {{ item.checkList[checkIndex] }}
+                      选项{{checkIndex+1}}、{{ item.checkList[checkIndex] }}
                     </div>
                   </el-tooltip>
                 </span>

+ 2 - 2
src/components/courseDetail.vue

@@ -110,8 +110,8 @@
                   ><span
                     style="margin: 0 5px; font-weight: 400; color: #b2b2b2"
                     v-if="!TnameCheck && Tname.length > 6"
-                    >更多....</span
-                  >
+                    >展开</span
+                  ><span style="margin: 0 5px; font-weight: 400; color: #b2b2b2" v-else-if="TnameCheck && Tname.length > 6">收起</span>
                 </div>
               </div>
               <!-- <div

+ 69 - 67
src/components/easy2/studyStudent.vue

@@ -68,7 +68,7 @@
       <div class="pb_left" v-else-if="!(IsFollow && tType == 2)">
         <!-- <div class="courseTitle">{{ courseDetail.title }}</div> -->
         <div style="border-bottom: 1px solid #cad1dc; width: 100%">
-          <div class="courseTitle">
+          <div class="courseTitle" :style="{ margin: tcid && inviteCode && '10px auto 0px'}">
             <div
               style="
                 max-width: calc(100% - 40px);
@@ -99,7 +99,7 @@
           <div
             class="inviteBox"
             v-if="tcid && inviteCode"
-            style="padding: 0 0 15px 0"
+            style="padding: 0 0 8px 0"
           >
             <div>
               <span>随机码:{{ inviteCode }}</span>
@@ -890,7 +890,7 @@
                   <div class="bzBox">
                     <div class="yCss"></div>
                     <div :ref="'bz' + toolIndex" :id="'gj' + toolIndex">
-                      步骤{{ toolIndex + 1 }}
+                      工具{{ toolIndex + 1 }}
                     </div>
                     <div
                       v-if="timeWorkList[toolIndex].length > 0"
@@ -2309,8 +2309,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -2319,7 +2319,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -2619,7 +2619,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -2877,7 +2877,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -2911,7 +2911,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3034,7 +3034,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3068,7 +3068,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3190,7 +3190,7 @@
                         class="corOpen"
                         @click="contract(toolIndex)"
                         v-if="
-                          worksStudent[toolIndex].length > 6 &&
+                          worksStudent[toolIndex].length > 3 &&
                           isCloseList[toolIndex].isClose == 0
                         "
                       >
@@ -3223,7 +3223,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3516,7 +3516,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3545,7 +3545,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           @click="
@@ -3700,7 +3700,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3728,7 +3728,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           @click="
@@ -3795,7 +3795,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3823,7 +3823,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           style="width: 160px;height: 65px;line-height: 65px;"
@@ -3889,8 +3889,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -3899,7 +3899,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4059,7 +4059,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <div
@@ -4183,8 +4183,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4193,7 +4193,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4356,7 +4356,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" @click="commentOther(w, toolIndex, wIndex)"-->
@@ -4463,8 +4463,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4473,7 +4473,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4636,7 +4636,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -4743,8 +4743,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4753,7 +4753,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4916,7 +4916,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -5022,8 +5022,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -5032,7 +5032,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5195,7 +5195,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -5312,7 +5312,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5341,7 +5341,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -5417,7 +5417,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5452,7 +5452,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -5617,7 +5617,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5644,7 +5644,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         class="isWorksName2"
                         @click="openXz(w, toolIndex)"
@@ -5865,7 +5865,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5893,7 +5893,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         class="isWorksName2"
                         @click="openSen(w, toolIndex)"
@@ -5948,7 +5948,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5983,7 +5983,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -6175,7 +6175,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -6210,7 +6210,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -7718,13 +7718,13 @@
     </div>
     <div v-if="pzDialog == true" class="newDialogCss">
       <div class="pzTop2">
-        <!-- <div>批注</div>
+        <!-- <div>评论</div>
         <div @click="pzDialog = false">
           <img src="../../assets/close1.png" alt="" />
         </div> -->
         <div class="checkbox">
           <div class="check" style="font-size: 25px; position: unset">
-            评课笔记
+            评
           </div>
           <el-select v-model="pzStype" @change="selectPz" class="selectBox">
             <el-option label="时间降序" :value="1"></el-option>
@@ -7738,13 +7738,13 @@
         <div class="pzListBox" v-if="pzList && pzList.length">
           <div class="pzList" v-for="(pz, pzIndex) in pzList" :key="pzIndex">
             <div class="pzNavTop">
-              <div></div>
+              <div></div>
               <div>
                 {{
                   pz.username && pz.username.length > 5
                     ? pz.username.substring(0, 5) + "..."
                     : pz.username
-                }}的批注
+                }}的评论
               </div>
               <div
                 class="pzDelete"
@@ -7819,7 +7819,7 @@
         </div>
         <div class="addPzButton">
           <div class="addPz" @click="(addPzDialog = true), (pzType = 1)">
-            添加批注
+            添加评论
           </div>
           <!-- <div class="img1">
             <div @click="(addPzDialog = true), (pzType = 2)">
@@ -8417,7 +8417,7 @@
           <div class="teacherPzImg">
             <img src="../../assets/icon/teacherPz.png" alt="" />
           </div>
-          <div style="margin-left: 10px; height: 25px">教师批注</div>
+          <div style="margin-left: 10px; height: 25px">教师评论</div>
         </div>
         <div @click="addPzDialog = false">
           <img src="../../assets/close1.png" class="pzClose" alt="" />
@@ -16022,7 +16022,7 @@ export default {
     },
     addPz(type, content) {
       if (type == "1" && this.pzConText == "") {
-        this.$message.error("批注不能为空!");
+        this.$message.error("评论不能为空!");
         return;
       }
       let params = [
@@ -16090,7 +16090,7 @@ export default {
         });
     },
     deletePz(id) {
-      this.$confirm("确定删除此批注吗?", "提示", {
+      this.$confirm("确定删除此评论吗?", "提示", {
         confirmButtonText: "确定",
         cancelButtonText: "取消",
         type: "warning",
@@ -19552,7 +19552,7 @@ export default {
 
 .courseTitle {
   width: 85%;
-  margin: 10px auto 20px auto;
+  margin: 10px auto 26px auto;
   display: flex;
   flex-direction: row;
   align-items: center;
@@ -19571,8 +19571,8 @@ export default {
 
 .inviteBox {
   font-size: 14px;
-  margin-top: 5px;
-  color: #a6cbff;
+  /* margin-top: 5px; */
+  color: #00000099;
   text-align: center;
 }
 
@@ -21602,12 +21602,14 @@ export default {
 }
 
 .right_box_xuan {
-  background: rgb(0 123 255);
-  color: #fff;
   border-radius: 5px;
   padding: 5px;
   margin-left: 10px;
-  min-width: 95px;
+  min-width: 85px;
+  background: #fff;
+  color: #0061ff;
+  border: 1px solid #0061ff;
+  font-size: 14px;
 }
 
 .pButton:hover {
@@ -22707,8 +22709,8 @@ ol {
 }
 
 .mlImg {
-  width: 45px !important;
-  min-width: 45px;
+  width: 40px !important;
+  min-width: 40px;
   cursor: pointer;
   transform: rotate(180deg);
 }

+ 69 - 67
src/components/easy3/studyStudent.vue

@@ -68,7 +68,7 @@
       <div class="pb_left" v-else-if="!(IsFollow && tType == 2)">
         <!-- <div class="courseTitle">{{ courseDetail.title }}</div> -->
         <div style="border-bottom: 1px solid #cad1dc; width: 100%">
-          <div class="courseTitle">
+          <div class="courseTitle" :style="{ margin: tcid && inviteCode && '10px auto 0px'}">
             <div
               style="
                 max-width: calc(100% - 40px);
@@ -99,7 +99,7 @@
           <div
             class="inviteBox"
             v-if="tcid && inviteCode"
-            style="padding: 0 0 15px 0"
+            style="padding: 0 0 8px 0"
           >
             <div>
               <span>随机码:{{ inviteCode }}</span>
@@ -877,7 +877,7 @@
                   <div class="bzBox">
                     <div class="yCss"></div>
                     <div :ref="'bz' + toolIndex" :id="'gj' + toolIndex">
-                      步骤{{ toolIndex + 1 }}
+                      工具{{ toolIndex + 1 }}
                     </div>
                     <div
                       v-if="timeWorkList[toolIndex].length > 0"
@@ -2296,8 +2296,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -2306,7 +2306,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -2606,7 +2606,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -2864,7 +2864,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -2898,7 +2898,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3021,7 +3021,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3055,7 +3055,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3177,7 +3177,7 @@
                         class="corOpen"
                         @click="contract(toolIndex)"
                         v-if="
-                          worksStudent[toolIndex].length > 6 &&
+                          worksStudent[toolIndex].length > 3 &&
                           isCloseList[toolIndex].isClose == 0
                         "
                       >
@@ -3210,7 +3210,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3503,7 +3503,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3532,7 +3532,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           @click="
@@ -3687,7 +3687,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3715,7 +3715,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           @click="
@@ -3782,7 +3782,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3810,7 +3810,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           style="width: 160px;height: 65px;line-height: 65px;"
@@ -3876,8 +3876,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -3886,7 +3886,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4046,7 +4046,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <div
@@ -4170,8 +4170,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4180,7 +4180,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4343,7 +4343,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" @click="commentOther(w, toolIndex, wIndex)"-->
@@ -4450,8 +4450,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4460,7 +4460,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4623,7 +4623,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -4730,8 +4730,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4740,7 +4740,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4903,7 +4903,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -5009,8 +5009,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -5019,7 +5019,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5182,7 +5182,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -5299,7 +5299,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5328,7 +5328,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -5404,7 +5404,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5439,7 +5439,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -5604,7 +5604,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5631,7 +5631,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         class="isWorksName2"
                         @click="openXz(w, toolIndex)"
@@ -5852,7 +5852,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5880,7 +5880,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         class="isWorksName2"
                         @click="openSen(w, toolIndex)"
@@ -5935,7 +5935,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5970,7 +5970,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -6162,7 +6162,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -6197,7 +6197,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -7705,13 +7705,13 @@
     </div>
     <div v-if="pzDialog == true" class="newDialogCss">
       <div class="pzTop2">
-        <!-- <div>批注</div>
+        <!-- <div>评论</div>
         <div @click="pzDialog = false">
           <img src="../../assets/close1.png" alt="" />
         </div> -->
         <div class="checkbox">
           <div class="check" style="font-size: 25px; position: unset">
-            评课笔记
+            评
           </div>
           <el-select v-model="pzStype" @change="selectPz" class="selectBox">
             <el-option label="时间降序" :value="1"></el-option>
@@ -7725,13 +7725,13 @@
         <div class="pzListBox" v-if="pzList && pzList.length">
           <div class="pzList" v-for="(pz, pzIndex) in pzList" :key="pzIndex">
             <div class="pzNavTop">
-              <div></div>
+              <div></div>
               <div>
                 {{
                   pz.username && pz.username.length > 5
                     ? pz.username.substring(0, 5) + "..."
                     : pz.username
-                }}的批注
+                }}的评论
               </div>
               <div
                 class="pzDelete"
@@ -7806,7 +7806,7 @@
         </div>
         <div class="addPzButton">
           <div class="addPz" @click="(addPzDialog = true), (pzType = 1)">
-            添加批注
+            添加评论
           </div>
           <!-- <div class="img1">
             <div @click="(addPzDialog = true), (pzType = 2)">
@@ -8404,7 +8404,7 @@
           <div class="teacherPzImg">
             <img src="../../assets/icon/teacherPz.png" alt="" />
           </div>
-          <div style="margin-left: 10px; height: 25px">教师批注</div>
+          <div style="margin-left: 10px; height: 25px">教师评论</div>
         </div>
         <div @click="addPzDialog = false">
           <img src="../../assets/close1.png" class="pzClose" alt="" />
@@ -16014,7 +16014,7 @@ export default {
     },
     addPz(type, content) {
       if (type == "1" && this.pzConText == "") {
-        this.$message.error("批注不能为空!");
+        this.$message.error("评论不能为空!");
         return;
       }
       let params = [
@@ -16082,7 +16082,7 @@ export default {
         });
     },
     deletePz(id) {
-      this.$confirm("确定删除此批注吗?", "提示", {
+      this.$confirm("确定删除此评论吗?", "提示", {
         confirmButtonText: "确定",
         cancelButtonText: "取消",
         type: "warning",
@@ -19541,7 +19541,7 @@ export default {
 
 .courseTitle {
   width: 85%;
-  margin: 10px auto 20px auto;
+  margin: 10px auto 26px auto;
   display: flex;
   flex-direction: row;
   align-items: center;
@@ -19560,8 +19560,8 @@ export default {
 
 .inviteBox {
   font-size: 14px;
-  margin-top: 5px;
-  color: #a6cbff;
+  /* margin-top: 5px; */
+  color: #00000099;
   text-align: center;
 }
 
@@ -21591,12 +21591,14 @@ export default {
 }
 
 .right_box_xuan {
-  background: rgb(0 123 255);
-  color: #fff;
   border-radius: 5px;
   padding: 5px;
   margin-left: 10px;
-  min-width: 95px;
+  min-width: 85px;
+  background: #fff;
+  color: #0061ff;
+  border: 1px solid #0061ff;
+  font-size: 14px;
 }
 
 .pButton:hover {
@@ -22696,8 +22698,8 @@ ol {
 }
 
 .mlImg {
-  width: 45px !important;
-  min-width: 45px;
+  width: 40px !important;
+  min-width: 40px;
   cursor: pointer;
   transform: rotate(180deg);
 }

+ 69 - 67
src/components/studyStudent.vue

@@ -39,7 +39,7 @@
       <div class="pb_left" v-else-if="!(IsFollow && tType == 2)">
         <!-- <div class="courseTitle">{{ courseDetail.title }}</div> -->
         <div style="border-bottom: 1px solid #cad1dc; width: 100%">
-          <div class="courseTitle">
+          <div class="courseTitle" :style="{ margin: tcid && inviteCode && '10px auto 0px'}">
             <div
               style="
                 max-width: calc(100% - 40px);
@@ -70,7 +70,7 @@
           <div
             class="inviteBox"
             v-if="tcid && inviteCode"
-            style="padding: 0 0 15px 0"
+            style="padding: 0 0 8px 0"
           >
             <div>
               <span>随机码:{{ inviteCode }}</span>
@@ -884,7 +884,7 @@
                   <div class="bzBox">
                     <div class="yCss"></div>
                     <div :ref="'bz' + toolIndex" :id="'gj' + toolIndex">
-                      步骤{{ toolIndex + 1 }}
+                      工具{{ toolIndex + 1 }}
                     </div>
                     <div
                       v-if="timeWorkList[toolIndex].length > 0"
@@ -2303,8 +2303,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -2313,7 +2313,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -2613,7 +2613,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -2871,7 +2871,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -2905,7 +2905,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3028,7 +3028,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3062,7 +3062,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3184,7 +3184,7 @@
                         class="corOpen"
                         @click="contract(toolIndex)"
                         v-if="
-                          worksStudent[toolIndex].length > 6 &&
+                          worksStudent[toolIndex].length > 3 &&
                           isCloseList[toolIndex].isClose == 0
                         "
                       >
@@ -3217,7 +3217,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -3510,7 +3510,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3539,7 +3539,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           @click="
@@ -3694,7 +3694,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3722,7 +3722,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           @click="
@@ -3789,7 +3789,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -3817,7 +3817,7 @@
                           v-for="(w, wIndex) in isCloseList[toolIndex]
                             .isClose == 0
                             ? worksStudent[toolIndex]
-                            : worksStudent[toolIndex].slice(0, 6)"
+                            : worksStudent[toolIndex].slice(0, 3)"
                           :key="wIndex"
                           class="isWorksName2"
                           style="width: 160px;height: 65px;line-height: 65px;"
@@ -3882,8 +3882,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                       (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -3892,7 +3892,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4052,7 +4052,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <div
@@ -4176,8 +4176,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4186,7 +4186,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4349,7 +4349,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" @click="commentOther(w, toolIndex, wIndex)"-->
@@ -4456,8 +4456,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4466,7 +4466,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4629,7 +4629,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -4736,8 +4736,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -4746,7 +4746,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -4909,7 +4909,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -5015,8 +5015,8 @@
                     <div
                       class="zuoyeYulan"
                       v-if="
-                        worksStudent.length &&
-                        worksStudent[toolIndex].length > 0
+                        (worksStudent.length &&
+                        worksStudent[toolIndex].length > 0) || (courseGroup.group && courseGroup.group.length)
                       "
                     >
                       <div class="worksTop">
@@ -5025,7 +5025,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5188,7 +5188,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                       >
                         <!-- @click="previewImg(w.works)" -->
@@ -5305,7 +5305,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5334,7 +5334,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -5410,7 +5410,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5445,7 +5445,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -5610,7 +5610,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5637,7 +5637,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         class="isWorksName2"
                         @click="openXz(w, toolIndex)"
@@ -5858,7 +5858,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5886,7 +5886,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         class="isWorksName2"
                         @click="openSen(w, toolIndex)"
@@ -5941,7 +5941,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -5976,7 +5976,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -6168,7 +6168,7 @@
                           class="corOpen"
                           @click="contract(toolIndex)"
                           v-if="
-                            worksStudent[toolIndex].length > 6 &&
+                            worksStudent[toolIndex].length > 3 &&
                             isCloseList[toolIndex].isClose == 0
                           "
                         >
@@ -6203,7 +6203,7 @@
                         v-for="(w, wIndex) in isCloseList[toolIndex].isClose ==
                         0
                           ? worksStudent[toolIndex]
-                          : worksStudent[toolIndex].slice(0, 6)"
+                          : worksStudent[toolIndex].slice(0, 3)"
                         :key="wIndex"
                         :class="w.type == 1 ? 'isTypeOne' : ''"
                       >
@@ -7711,13 +7711,13 @@
     </div>
     <div v-if="pzDialog == true" class="newDialogCss">
       <div class="pzTop2">
-        <!-- <div>批注</div>
+        <!-- <div>评论</div>
         <div @click="pzDialog = false">
           <img src="../assets/close1.png" alt="" />
         </div> -->
         <div class="checkbox">
           <div class="check" style="font-size: 25px; position: unset">
-            评课笔记
+            评
           </div>
           <el-select v-model="pzStype" @change="selectPz" class="selectBox">
             <el-option label="时间降序" :value="1"></el-option>
@@ -7731,13 +7731,13 @@
         <div class="pzListBox" v-if="pzList && pzList.length">
           <div class="pzList" v-for="(pz, pzIndex) in pzList" :key="pzIndex">
             <div class="pzNavTop">
-              <div></div>
+              <div></div>
               <div>
                 {{
                   pz.username && pz.username.length > 5
                     ? pz.username.substring(0, 5) + "..."
                     : pz.username
-                }}的批注
+                }}的评论
               </div>
               <div
                 class="pzDelete"
@@ -7812,7 +7812,7 @@
         </div>
         <div class="addPzButton">
           <div class="addPz" @click="(addPzDialog = true), (pzType = 1)">
-            添加批注
+            添加评论
           </div>
           <!-- <div class="img1">
             <div @click="(addPzDialog = true), (pzType = 2)">
@@ -8386,7 +8386,7 @@
           <div class="teacherPzImg">
             <img src="../assets/icon/teacherPz.png" alt="" />
           </div>
-          <div style="margin-left: 10px; height: 25px">教师批注</div>
+          <div style="margin-left: 10px; height: 25px">教师评论</div>
         </div>
         <div @click="addPzDialog = false">
           <img src="../assets/close1.png" class="pzClose" alt="" />
@@ -15989,7 +15989,7 @@ export default {
     },
     addPz(type, content) {
       if (type == "1" && this.pzConText == "") {
-        this.$message.error("批注不能为空!");
+        this.$message.error("评论不能为空!");
         return;
       }
       let params = [
@@ -16057,7 +16057,7 @@ export default {
         });
     },
     deletePz(id) {
-      this.$confirm("确定删除此批注吗?", "提示", {
+      this.$confirm("确定删除此评论吗?", "提示", {
         confirmButtonText: "确定",
         cancelButtonText: "取消",
         type: "warning",
@@ -19512,7 +19512,7 @@ export default {
 
 .courseTitle {
   width: 85%;
-  margin: 10px auto 20px auto;
+  margin: 10px auto 26px auto;
   display: flex;
   flex-direction: row;
   align-items: center;
@@ -19531,8 +19531,8 @@ export default {
 
 .inviteBox {
   font-size: 14px;
-  margin-top: 5px;
-  color: #a6cbff;
+  /* margin-top: 5px; */
+  color: #00000099;
   text-align: center;
 }
 
@@ -21562,12 +21562,14 @@ export default {
 }
 
 .right_box_xuan {
-  background: rgb(0 123 255);
-  color: #fff;
   border-radius: 5px;
   padding: 5px;
   margin-left: 10px;
-  min-width: 95px;
+  min-width: 85px;
+  background: #fff;
+  color: #0061ff;
+  border: 1px solid #0061ff;
+  font-size: 14px;
 }
 
 .pButton:hover {
@@ -22667,8 +22669,8 @@ ol {
 }
 
 .mlImg {
-  width: 45px !important;
-  min-width: 45px;
+  width: 40px !important;
+  min-width: 40px;
   cursor: pointer;
   transform: rotate(180deg);
 }

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio