Forráskód Böngészése

提交管理员系统最新代码

TheLittlePrince 5 éve
szülő
commit
d30446b320

+ 3 - 3
src/components/SuperComponent.vue

@@ -22,8 +22,8 @@
           <span class="box-text">{{getRemindCount.auditCount+'项审核'}}</span>
           <!-- <span class="box-text">{{getRemindCount.distributeCount+'份作业'}}</span> -->
         </div>
-        <div class="box-one" v-if="index==3 && getRemindCount.distributeCount >0">
-          <span class="box-text">{{getRemindCount.distributeCount+'份作业'}}</span>
+        <div class="box-one" style="min-width: 120px;" v-if="index==0 && getRemindCount.distributeCount >0">
+          <span class="box-text">{{getRemindCount.distributeCount+'份作业待分配'}}</span>
         </div>
       </el-col>
     </el-col>
@@ -289,7 +289,7 @@ export default {
   position: relative;
   top: -130px;
   left: 80px;
-  min-width: 75px;
+  min-width: 120px;
   height: 34px;
   background: #ff6767;
   -moz-border-radius: 12px;

+ 12 - 12
src/config/index.js

@@ -40,21 +40,21 @@ if (process.env.NODE_ENV === 'development') {
 
 // -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  // 3.OSS正式环境(aiKmt)
-        //     BASE_URL = 'https://api.sharingschool.com/sz'; // OSS正式环境地址
-        //     APP_ID =  "wx5a83afb22813e986"//OSS正式环境
-        //     RESET_URL = "https://aikmt.sharingschool.com/manager/index.html#/" //OSS正式环境
-        //     TYPE = 1
-        //     IMG_BASE_URL = 'https://img.sharingschool.com'; //正式环境图片地址;
-        //     APPOR_BASE_URL = 'https://aikmt.sharingschool.com/kmt/index.html#/'; //oss正式环境作业批改地址地址;
+            BASE_URL = 'https://api.sharingschool.com/sz'; // OSS正式环境地址
+            APP_ID =  "wx5a83afb22813e986"//OSS正式环境
+            RESET_URL = "https://aikmt.sharingschool.com/manager/index.html#/" //OSS正式环境
+            TYPE = 1
+            IMG_BASE_URL = 'https://img.sharingschool.com'; //正式环境图片地址;
+            APPOR_BASE_URL = 'https://aikmt.sharingschool.com/kmt/index.html#/'; //oss正式环境作业批改地址地址;
 
 // -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 // 4.OSS实训环境配置(Sxkmt)
-         BASE_URL = 'https://sx.sharingschool.com/sz'  //OSS实训环境地址
-         APP_ID = "wx7fe760dc3c45794d" //OSS实训环境
-        RESET_URL = "https://sxkmt.sharingschool.com/manager/index.html#/" //OSS实训环境
-        TYPE = 0
-        IMG_BASE_URL = 'https://xtimg.sharingschool.com' //实习,测试环境图片地址;
-        APPOR_BASE_URL = 'http://sxkmt.sharingschool.com/kmt/index.html#/' //Oss实习环境作业批改地址
+        //  BASE_URL = 'https://sx.sharingschool.com/sz'  //OSS实训环境地址
+        //  APP_ID = "wx7fe760dc3c45794d" //OSS实训环境
+        // RESET_URL = "https://sxkmt.sharingschool.com/manager/index.html#/" //OSS实训环境
+        // TYPE = 0
+        // IMG_BASE_URL = 'https://xtimg.sharingschool.com' //实习,测试环境图片地址;
+        // APPOR_BASE_URL = 'http://sxkmt.sharingschool.com/kmt/index.html#/' //Oss实习环境作业批改地址
 
 }
 const TIME_OUT = 15000

+ 11 - 7
src/pages/Qualityinspector/AllHomeWorkPictrue.vue

@@ -63,6 +63,7 @@
                   <img v-if="v.type ==2" class="logoPic" src="../../assets/img/ReCamrea (1).png" />
                   <!-- 不批改 -->
                   <img v-if="v.type ==10" class="logoPic" src="../../assets/img/NoReset (1).png" />
+                      <div class="operateTime" v-if="v.startTime">{{v.startTime}}开始批改</div>
                      <div class="operateTime" v-if="v.operateTime">{{v.operateTime}}批改完</div>
                       <div class="operateTime" v-if="v.teacherName">
                         <span class="teacherImgUrl">
@@ -93,6 +94,7 @@
                   <img v-if="v.type ==2" class="logoPic" src="../../assets/img/ReCamrea (1).png" />
                   <!-- 不批改 -->
                   <img v-if="v.type ==10" class="logoPic" src="../../assets/img/NoReset (1).png" />
+                      <div class="operateTime" v-if="v.startTime">{{v.startTime}}开始匹配</div>
                      <div class="operateTime" v-if="v.operateTime">{{v.operateTime}}匹配完</div>
                      <div class="operateTime" v-if="!v.operateTime">未匹配</div>
                        <div class="operateTime" v-if="v.teacherName">
@@ -259,7 +261,6 @@ export default {
 .picLists {
   position: relative;
   width: 200px;
-  height: 200px;
 }
 .TeacherWords {
   position: absolute;
@@ -277,7 +278,7 @@ export default {
 .logoPic {
   position: absolute;
   top: 0;
-  right: 0;
+  right: -50px;
 }
 .userstyle {
   width: 50px;
@@ -285,8 +286,10 @@ export default {
   border-radius: 25px;
 }
 .operateTime{
-  height: 12px;
+  height: 20px;
   margin-top:10px;
+  width:600px;
+  text-align:left;
 }
 .studentInfo {
   display: inline-block;
@@ -312,8 +315,9 @@ export default {
 .studentName {
   font-size: 25px;
   color: black;
-  width: 160px;
+  width: 300px;
   text-align: left;
+  margin:50px 0px;
 }
 .teacherImgUrl{
   height: 30px;
@@ -325,13 +329,13 @@ export default {
   border-radius: 15px;
 }
 .pictrueStyle {
-  width: 200px;
-  height: 200px;
+  width: 250px;
+  height: 250px;
   border-radius: 5px;
 }
 .beginPictrue ul li {
   float: left;
-  margin: 15px 20px 15px 0px;
+  margin: 15px 100px 15px 0px;
   cursor: pointer;
 }
 .showModel {

+ 30 - 0
src/pages/Qualityinspector/checkListInfo.vue

@@ -209,6 +209,36 @@
                   <div  v-if="v.tag ==3"  class="teacherSignIcon2"></div>
                   <div  v-if="v.tag ==1"  class="teacherSignIcon3"></div>
                 </div>
+                  <!-- 已注销 -->
+                <div
+                  v-if="v.status == '4'"
+                  style="color:#BEBEBE"
+                  class="tr-first"
+                  :class="{BgcColor:k%2 !== 1}"
+                >
+                  <div>
+                    <i
+                      style="cursor:pointer;"
+                      :class="[isDown && isDownindex === k?'el-icon-caret-bottom':'el-icon-caret-right']"
+                      @click="dropDown(v,k)"
+                    ></i>
+                    <img :src="BASE_URL + v.imgUrl" alt class="table-img" @click="isShow(v,3)" />
+                    <img
+                      src="../../assets/img/attt.png"
+                      alt
+                      v-if="v.imgUrl ==''"
+                      @click="isShow(v,3)"
+                      class="table-img"
+                    />
+                  </div>
+                  <div>{{v.name}}</div>
+                  <div>{{v.feedbackCount}}张</div>
+                  <div>{{v.checkCount}}张</div>
+                  <div>已注销</div>
+                  <div v-if="v.tag ==2" class="teacherSignIcon1"></div>
+                  <div  v-if="v.tag ==3"  class="teacherSignIcon2"></div>
+                  <div  v-if="v.tag ==1"  class="teacherSignIcon3"></div>
+                </div>
                 <div
                   class="tr-setNo"
                   v-if="isDownindex === k && isDown && TeacherHomeworkListForCheckerInfo.list.length == 0"

+ 11 - 7
src/pages/home/AllHomeWorkPictrue.vue

@@ -63,6 +63,7 @@
                   <img v-if="v.type ==2" class="logoPic" src="../../assets/img/ReCamrea (1).png" />
                   <!-- 不批改 -->
                   <img v-if="v.type ==10" class="logoPic" src="../../assets/img/NoReset (1).png" />
+                     <div class="operateTime" v-if="v.startTime">{{v.startTime}}开始批改</div>
                      <div class="operateTime" v-if="v.operateTime">{{v.operateTime}}批改完</div>
                       <div class="operateTime" v-if="v.teacherName">
                         <span class="teacherImgUrl">
@@ -93,6 +94,7 @@
                   <img v-if="v.type ==2" class="logoPic" src="../../assets/img/ReCamrea (1).png" />
                   <!-- 不批改 -->
                   <img v-if="v.type ==10" class="logoPic" src="../../assets/img/NoReset (1).png" />
+                     <div class="operateTime" v-if="v.startTime">{{v.startTime}}开始匹配</div>
                      <div class="operateTime" v-if="v.operateTime">{{v.operateTime}}匹配完</div>
                      <div class="operateTime" v-if="!v.operateTime">未匹配</div>
                        <div class="operateTime" v-if="v.teacherName">
@@ -259,7 +261,6 @@ export default {
 .picLists {
   position: relative;
   width: 200px;
-  height: 200px;
 }
 .TeacherWords {
   position: absolute;
@@ -277,7 +278,7 @@ export default {
 .logoPic {
   position: absolute;
   top: 0;
-  right: 0;
+  right: -50px;
 }
 .userstyle {
   width: 50px;
@@ -285,8 +286,10 @@ export default {
   border-radius: 25px;
 }
 .operateTime{
-  height: 12px;
+  height: 20px;
   margin-top:10px;
+  width:600px;
+  text-align:left;
 }
 .studentInfo {
   display: inline-block;
@@ -312,8 +315,9 @@ export default {
 .studentName {
   font-size: 25px;
   color: black;
-  width: 160px;
+  width: 300px;
   text-align: left;
+  margin:50px 0px;
 }
 .teacherImgUrl{
   height: 30px;
@@ -325,13 +329,13 @@ export default {
   border-radius: 15px;
 }
 .pictrueStyle {
-  width: 200px;
-  height: 200px;
+  width: 250px;
+  height: 250px;
   border-radius: 5px;
 }
 .beginPictrue ul li {
   float: left;
-  margin: 15px 20px 15px 0px;
+  margin: 15px 100px 15px 0px;
   cursor: pointer;
 }
 .showModel {

+ 48 - 38
src/pages/home/SchoolManager.vue

@@ -243,10 +243,10 @@
                   <div>{{v.respSpeed}}</div>
                   <div>
                     <span class="topictap">已封号</span>
-                     <span class="topictap">{{v.bannedTime}}</span>
+                    <span class="topictap">{{v.bannedTime}}</span>
                   </div>
                 </div>
-                     <!-- 已注销 -->
+                <!-- 已注销 -->
                 <div
                   v-if="v.status == '4'"
                   style="color:#BEBEBE"
@@ -260,12 +260,7 @@
                       @click="dropDown(v,k)"
                     ></i>
                     <img :src="BASE_URL + v.imgUrl" alt class="table-img" />
-                    <img
-                      src="../../assets/img/attt.png"
-                      alt
-                      v-if="v.imgUrl ==''"
-                      class="table-img"
-                    />
+                    <img src="../../assets/img/attt.png" alt v-if="v.imgUrl ==''" class="table-img" />
                   </div>
                   <div>{{v.name}}</div>
                   <div>{{v.waitCount}}份</div>
@@ -274,7 +269,7 @@
                   <div>{{v.respSpeed}}</div>
                   <div>
                     <span class="topictap">已注销</span>
-                     <span class="topictap">{{v.cancelledTime}}</span>
+                    <span class="topictap">{{v.cancelledTime}}</span>
                   </div>
                 </div>
                 <div
@@ -332,6 +327,11 @@
                         <span>去批改</span>
                       </el-button>
                       <el-button @click="isShow(v,1)" type="success">去分配</el-button>
+                      <span
+                        v-if="v.waitingTime"
+                        class="WorngCount"
+                        style="color:#52CC60;font-size:12px;"
+                      >{{v.waitingTime}}</span>
                     </div>
                     <div
                       class="ApporTeacher"
@@ -991,9 +991,13 @@
                 <div v-if="GetTeacherDetail.status ===0" class="Online">(离线)</div>
                 <div class="model-items-first-left-down">{{GetTeacherDetail.school}}</div>
               </div>
-                <div class="closeTeacherID"  v-if="this.teacherRoles != 11  && this.TeacherIdStatus !==3" @click="isShow(GetTeacherDetail,6)">
-                  <span class="el-icon-close">封号</span>
-                </div>
+              <div
+                class="closeTeacherID"
+                v-if="this.teacherRoles != 11  && this.TeacherIdStatus !==3"
+                @click="isShow(GetTeacherDetail,6)"
+              >
+                <span class="el-icon-close">封号</span>
+              </div>
               <div style="display:inline-block" v-if="this.TeacherIdStatus ==3">
                 <div class="UpTeacherID" @click="isShow(GetTeacherDetail,7)">
                   <span class="el-icon-unlock">解封</span>
@@ -1027,11 +1031,18 @@
             被报错总次数 :
             <span style="color:red;">{{GetTeacherDetail.wrongCount}}次</span>
           </div>
-          <div    v-if="this.Activeindex == true" class="model-items-other">纠正次数 : {{GetTeacherDetail.correctNums}}次</div>
-           <div class="model-items-other ">本月封号次数 : 
-                <span style="color:red;">{{GetTeacherDetail.bannedNums}}次</span>
-                </div>
-                 <div v-if="GetTeacherDetail.bannedLong" class="model-items-other model-active">距现在封号时长 : {{GetTeacherDetail.bannedLong}}</div>
+          <div
+            v-if="this.Activeindex == true"
+            class="model-items-other"
+          >纠正次数 : {{GetTeacherDetail.correctNums}}次</div>
+          <div class="model-items-other">
+            本月封号次数 :
+            <span style="color:red;">{{GetTeacherDetail.bannedNums}}次</span>
+          </div>
+          <div
+            v-if="GetTeacherDetail.bannedLong"
+            class="model-items-other model-active"
+          >距现在封号时长 : {{GetTeacherDetail.bannedLong}}</div>
           <div
             class="model-items-other"
             v-if="this.Activeindex == false"
@@ -1071,7 +1082,7 @@
         </div>
       </div>
     </div>
-       <!-- 封号校区管理员弹框 -->
+    <!-- 封号校区管理员弹框 -->
     <div class="showModel" @click="allShowModel(6)" v-if="closeID"></div>
     <div class="modelspec" v-if="closeID">
       <div class="model-text">
@@ -1140,7 +1151,7 @@ export default {
       accessToken: localStorage.getItem("accessToken"), //token
       managerId: "", // 超级管理员登陆ID
       TeacherIds: "", //封号,升级,解封
-      TeacherIdStatus:"",
+      TeacherIdStatus: "",
       ApporhomeworkId: "",
       CurrthomeworkIdStatus: "",
       BASE_URL: IMG_BASE_URL,
@@ -1175,8 +1186,8 @@ export default {
       Timevalue: "",
       startTime: "",
       endTime: "",
-      OpenID:false,
-      closeID:false,
+      OpenID: false,
+      closeID: false,
       pickerOptions0: {
         disabledDate(time) {
           return time.getTime() > Date.now() - 8.64e6;
@@ -1436,7 +1447,7 @@ export default {
         this.unmatchHomework();
       }
     },
-        getTeacherIdStatus(val, oldVal) {
+    getTeacherIdStatus(val, oldVal) {
       //普通的watch监听
       if (this.Activeindex == false) {
         this.InfoWatch();
@@ -1444,7 +1455,7 @@ export default {
       if (this.Activeindex == true) {
         this.InfoKonwTeacherWatchList();
       }
-    },
+    }
   },
   computed: {
     ...mapGetters([
@@ -1463,7 +1474,7 @@ export default {
       "BeforetoTeacherstatues",
       "InfoTeacherstatues",
       "ApporingTeacherstatues",
-      "currtHomeworkStatus",
+      "currtHomeworkStatus"
     ])
   },
   methods: {
@@ -1523,7 +1534,7 @@ export default {
         this.InfoKonwTeacherMonthApprvalList();
       }
     },
-        // 封号
+    // 封号
     async CloseTeacherId() {
       this.closeID = false;
       this.$store.dispatch("CloseIdTeacher", {
@@ -1532,7 +1543,7 @@ export default {
         type: this.TeacherType
       });
     },
-        // 解封
+    // 解封
     async OPenTeacherId() {
       this.OpenID = false;
       this.$store.dispatch("OpenIdTeacher", {
@@ -1914,8 +1925,8 @@ export default {
         this.UnallotHomework();
       } else if (str == 3) {
         _this.ModelAppor = true;
-         this.TeacherIdStatus = v.status;
-          this.TeacherIds = v.teacherId;
+        this.TeacherIdStatus = v.status;
+        this.TeacherIds = v.teacherId;
         this.teacherRoles = v.role;
         this.GetTeacherInfo(v);
       } else if (str == 4) {
@@ -1931,7 +1942,7 @@ export default {
         this.AllinputValueAllot = "";
         this.NoapporvalTeacherAllot(v);
         // this.GetAllotManagerInfo()
-      }  else if (str == 6) {
+      } else if (str == 6) {
         _this.closeID = true;
         _this.ModelAppor = false;
       } else if (str == 7) {
@@ -2063,8 +2074,7 @@ export default {
         _this.ModelStudet = false;
       } else if (str == 5) {
         _this.NoAllotManagerModel = false;
-      }
-       else if (str == 6) {
+      } else if (str == 6) {
         _this.closeID = false;
       } else if (str == 7) {
         _this.OpenID = false;
@@ -2287,7 +2297,6 @@ ul {
   min-height: 880px;
 }
 .SearchStudent {
-  
 }
 .main {
   background-color: #fff;
@@ -2358,6 +2367,7 @@ el-table {
 .WorngCount {
   color: red;
   font-size: 12px;
+  width:200px;
 }
 .el-select-dropdown__list {
   padding: 15px 0 !important;
@@ -2620,7 +2630,7 @@ el-table {
   width: 60%;
   height: auto;
   position: fixed;
- top: 5%!important;
+  top: 5% !important;
   left: 30%;
   margin: auto;
   background: #fff;
@@ -2918,9 +2928,9 @@ el-table {
 .el-date-editor .el-range-separator {
   padding: 5px 20px 0px 10px !important;
 }
-.topictap{
-  display:block;
-  height:25px;
+.topictap {
+  display: block;
+  height: 25px;
 }
 .closeTeacherID {
   display: inline-block;
@@ -2999,13 +3009,13 @@ el-table {
   cursor: pointer;
 }
 .main-red {
-  background: #FF6465;
+  background: #ff6465;
   color: #ffff;
   width: 180px;
   height: 60px;
   line-height: 60px;
   cursor: pointer;
-  border-radius:30px;
+  border-radius: 30px;
 }
 .model-grdeen {
   background-color: #52cc60;

+ 11 - 7
src/pages/super/AllHomeWorkPictrue.vue

@@ -63,6 +63,7 @@
                   <img v-if="v.type ==2" class="logoPic" src="../../assets/img/ReCamrea (1).png" />
                   <!-- 不批改 -->
                   <img v-if="v.type ==10" class="logoPic" src="../../assets/img/NoReset (1).png" />
+                     <div class="operateTime" v-if="v.startTime">{{v.startTime}}开始批改</div>
                      <div class="operateTime" v-if="v.operateTime">{{v.operateTime}}批改完</div>
                       <div class="operateTime" v-if="v.teacherName">
                         <span class="teacherImgUrl">
@@ -93,6 +94,7 @@
                   <img v-if="v.type ==2" class="logoPic" src="../../assets/img/ReCamrea (1).png" />
                   <!-- 不批改 -->
                   <img v-if="v.type ==10" class="logoPic" src="../../assets/img/NoReset (1).png" />
+                      <div class="operateTime" v-if="v.startTime">{{v.startTime}}开始匹配</div>
                      <div class="operateTime" v-if="v.operateTime">{{v.operateTime}}匹配完</div>
                      <div class="operateTime" v-if="!v.operateTime">未匹配</div>
                        <div class="operateTime" v-if="v.teacherName">
@@ -259,7 +261,6 @@ export default {
 .picLists {
   position: relative;
   width: 200px;
-  height: 200px;
 }
 .TeacherWords {
   position: absolute;
@@ -277,7 +278,7 @@ export default {
 .logoPic {
   position: absolute;
   top: 0;
-  right: 0;
+  right: -50px;
 }
 .userstyle {
   width: 50px;
@@ -285,8 +286,10 @@ export default {
   border-radius: 25px;
 }
 .operateTime{
-  height: 12px;
+  height: 20px;
   margin-top:10px;
+  width:600px;
+  text-align:left;
 }
 .studentInfo {
   display: inline-block;
@@ -312,8 +315,9 @@ export default {
 .studentName {
   font-size: 25px;
   color: black;
-  width: 160px;
+  width: 300px;
   text-align: left;
+  margin:50px 0px;
 }
 .teacherImgUrl{
   height: 30px;
@@ -325,13 +329,13 @@ export default {
   border-radius: 15px;
 }
 .pictrueStyle {
-  width: 200px;
-  height: 200px;
+  width: 250px;
+  height: 250px;
   border-radius: 5px;
 }
 .beginPictrue ul li {
   float: left;
-  margin: 15px 20px 15px 0px;
+  margin: 15px 100px 15px 0px;
   cursor: pointer;
 }
 .showModel {

+ 4 - 1
src/pages/super/CheckTeacherPay.vue

@@ -122,6 +122,7 @@
               <el-table-column prop="shouldAttendCount" label="系统排班段数" header-align="center"></el-table-column>
               <el-table-column prop="attendanceRate" label="出勤率" header-align="center"></el-table-column>
               <el-table-column prop="accuracy" label="正确率" header-align="center"></el-table-column>
+              <el-table-column prop="matchCount" label="批改总张数" header-align="center"></el-table-column>
               <el-table-column prop label="作业批改数量" header-align="center">
               <el-table-column prop="totalAutoCount" label="快对答案张数"></el-table-column>
               <el-table-column prop="manualLowGradeCount" label="1-2年级手动批改"></el-table-column>
@@ -536,7 +537,7 @@ export default {
         } else {
           let arr = this.getTeacherSalaryList.list;
           let str =
-            "注册老师,身份,归属管理员,科目,实际有效出勤段数,系统排版段数,出勤率,正确率,快对答案张数,1-2年级手动张数,3-4年级手动张数,5-6年级手动张数,底薪金额,批改提成,总计";
+            "注册老师,身份,归属管理员,科目,实际有效出勤段数,系统排版段数,出勤率,正确率,批改总张数,快对答案张数,1-2年级手动张数,3-4年级手动张数,5-6年级手动张数,底薪金额,批改提成,总计";
           for (let i = 0; i < arr.length; i++) {
             str +=
               "\n" +
@@ -556,6 +557,8 @@ export default {
               "," +
               arr[i].accuracy +
               "," +
+              arr[i].matchCount +
+              "," +
               arr[i].totalAutoCount +
               "," +
               arr[i].manualLowGradeCount +

+ 0 - 7
src/pages/super/HomeworkTotally.vue

@@ -26,16 +26,9 @@
           </el-col>
         </el-row>
         <el-row>
-          <!-- {{AllFindSubjectEngCharts}} -->
-          <!-- <el-col class="chartdiv" v-if="AllFindSubjectEngCharts.length >= 1"> -->
             <HomeworkTotalList :chartData="chartData1"></HomeworkTotalList>
-          <!-- </el-col> -->
-          <!-- <el-col class="chartdiv" v-if="AllFindSubjectEngCharts.length >= 2"> -->
             <HomeworkTotalList :chartData="chartData2"></HomeworkTotalList>
-          <!-- </el-col> -->
-          <!-- <el-col class="chartdiv" v-if="AllFindSubjectEngCharts.length >= 3"> -->
             <HomeworkTotalList :chartData="chartData3"></HomeworkTotalList>
-          <!-- </el-col> -->
            <el-col class="chartdiv" v-if="AllFindSubjectEngCharts.length <= 0">
              <div>
                   <img src="../../assets/img/SEARCH (1).png" alt />

+ 11 - 0
src/pages/super/SchoolManager.vue

@@ -319,6 +319,11 @@
                     <div class="tr-sw180" v-if="v.status === 1" style="width: 25%">
                       <!-- <el-button type="" plain><a style="text-decoration:none;color:#52cc60;" :href="'https://kmt.sharingschool.com/aijia/kmt/index.html?homeworkId='+v.homeworkId+'&accessToken='+accessToken+'&state='+1">去批改</a></el-button> -->
                       <el-button @click="isShow(v,1)" type="success">去分配</el-button>
+                         <span
+                         v-if="v.waitingTime"
+                        class="WorngCount"
+                        style="color:#52CC60;font-size:10px;"
+                      >{{v.waitingTime}}</span>
                     </div>
                     <div
                       class="ApporTeacher"
@@ -849,6 +854,7 @@
               <!-- <el-button type="" plain @click="ToAppovalOline(v)">去批改</el-button> -->
               <el-button type="success" @click="isShow(v,9)">去分配</el-button>
             </div>
+             
           </div>
           <div v-if="this.Activeindex == false">
             <el-pagination
@@ -2710,6 +2716,11 @@ ul {
   line-height: 0px !important;
   /* padding:0px!important; */
 }
+.WorngCount {
+  color: red;
+  font-size: 12px;
+  width:200px;
+}
 .tr-secon {
   font-size: 12px;
   text-align: center;