|
@@ -19,7 +19,7 @@
|
|
|
<div class="main-header-item displayBox">在线:{{monitorTeacherList.onlineCount}}人</div>
|
|
|
<div class="main-header-item displayBox">离线:{{monitorTeacherList.offlineCount}}人</div>
|
|
|
<div class="main-header-item displayBox">
|
|
|
- <span>平均响应时间:{{monitorTeacherList.unCorrectCount}}/份</span>
|
|
|
+ <span>平均响应时间:{{monitorTeacherList.avgreSpeed}}/份</span>
|
|
|
</div>
|
|
|
<div class="main-header-item displayBox">
|
|
|
<span>分配未批改作业:{{monitorTeacherList.unCorrectCount}}份</span>
|
|
@@ -206,13 +206,15 @@
|
|
|
>{{v.spendTime}}</div>
|
|
|
<div class="tr-seconds width40" style="width: 10%">{{v.subject}}</div>
|
|
|
<div class="tr-seconds width40" style="width: 10%">{{v.grade}}</div>
|
|
|
- <div v-if="v.status === 1" class="tr-seconds width40" style="width: 10%">未批改</div>
|
|
|
+ <div v-if="v.status === 1" class="tr-seconds width40" style="width: 10%">未批改
|
|
|
+ (<span>{{v.feedbackCount}}/{{v.picTotal}}</span>)
|
|
|
+ </div>
|
|
|
<div
|
|
|
v-if="v.status === 2"
|
|
|
class="tr-seconds width40"
|
|
|
style="color:#FFC303;width: 10%"
|
|
|
- >批改中</div>
|
|
|
- <div v-if="v.status === 3" class="tr-seconds width40" style="width: 10%">已批改</div>
|
|
|
+ >批改中 (<span>{{v.feedbackCount}}/{{v.picTotal}}</span>)</div>
|
|
|
+ <div v-if="v.status === 3" class="tr-seconds width40" style="width: 10%">已批改 (<span>{{v.feedbackCount}}/{{v.picTotal}}</span>)</div>
|
|
|
<div class="tr-sw180" v-if="v.status === 2" style="width: 25%"></div>
|
|
|
<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> -->
|
|
@@ -326,9 +328,11 @@
|
|
|
<div>头像</div>
|
|
|
<div>姓名</div>
|
|
|
<div>被报错</div>
|
|
|
+ <div>纠正次数</div>
|
|
|
<div>科目</div>
|
|
|
- <div>批改总份数</div>
|
|
|
- <div>批改总张数</div>
|
|
|
+ <div>批改有效总张数</div>
|
|
|
+ <div>正确率</div>
|
|
|
+ <div>家长满意度</div>
|
|
|
<div style="width:240px;">平均批改时间</div>
|
|
|
<div>出勤</div>
|
|
|
</div>
|
|
@@ -341,9 +345,11 @@
|
|
|
<div>{{v.name}}</div>
|
|
|
<div v-if="v.wrongCount == 0">{{v.wrongCount}}次</div>
|
|
|
<div style="color:red;" v-if="v.wrongCount > 0">{{v.wrongCount}}次</div>
|
|
|
+ <div class="tr-active">{{v.correctNums}}次</div>
|
|
|
<div class="tr-active">{{v.subject}}</div>
|
|
|
- <div>{{v.homeworkCount}}</div>
|
|
|
<div>{{v.homeworkPicCount}}/张</div>
|
|
|
+ <div>{{v.accuracyRate}}</div>
|
|
|
+ <div>{{v.satisfactionDegree}}</div>
|
|
|
<div style="width:240px;">{{v.avgTime}}</div>
|
|
|
<div>{{v.attendance}}</div>
|
|
|
<!-- <div v-if="v.attendance == 正常">{{v.attendance}}</div>
|
|
@@ -424,7 +430,7 @@
|
|
|
<div class="main-header-item">批改平均时间:{{MothTeacherList.totalAvgTime}}</div>
|
|
|
</el-col>
|
|
|
<el-col :span="4">
|
|
|
- <div class="main-header-item">平均满意度:{{MothTeacherList.totalSatisfactionDegree}}</div>
|
|
|
+ <div class="main-header-item">家长满意度:{{MothTeacherList.totalSatisfactionDegree}}</div>
|
|
|
</el-col>
|
|
|
<el-col :span="4">
|
|
|
<div class="main-header-item">正确率:{{MothTeacherList.totalAccuracyRate}}</div>
|
|
@@ -437,11 +443,11 @@
|
|
|
<div>头像</div>
|
|
|
<div>姓名</div>
|
|
|
<div>被报错</div>
|
|
|
+ <div>纠正次数</div>
|
|
|
<div>科目</div>
|
|
|
- <div>批改总份数</div>
|
|
|
<div>批改总张数</div>
|
|
|
<div>正确率</div>
|
|
|
- <div>满意度</div>
|
|
|
+ <div>家长满意度</div>
|
|
|
<div style="width:240px;">平均批改时间</div>
|
|
|
<div>出勤率</div>
|
|
|
</div>
|
|
@@ -454,8 +460,8 @@
|
|
|
<div>{{v.name}}</div>
|
|
|
<div v-if="v.wrongCount == 0">{{v.wrongCount}}次</div>
|
|
|
<div style="color:red;" v-if="v.wrongCount > 0">{{v.wrongCount}}次</div>
|
|
|
+ <div class="tr-active">{{v.correctNums}}次</div>
|
|
|
<div class="tr-active">{{v.subject}}</div>
|
|
|
- <div>{{v.homeworkCount}}</div>
|
|
|
<div>{{v.homeworkPicCount}}/张</div>
|
|
|
<div>{{v.accuracyRate}}</div>
|
|
|
<div>{{v.satisfactionDegree}}</div>
|
|
@@ -683,8 +689,8 @@
|
|
|
<div class="model-items-other">手机号 : {{GetTeacherDetail.phone}}</div>
|
|
|
<div class="model-items-other model-active">上次登录时间 : {{GetTeacherDetail.lastOnlineTime}}</div>
|
|
|
<div class="model-items-other">批改正确率 : {{GetTeacherDetail.accuracyRate}}</div>
|
|
|
- <div class="model-items-other model-active">被报错总次数 : {{GetTeacherDetail.wrongCount}}</div>
|
|
|
- <div class="model-items-other">纠正次数 : {{GetTeacherDetail.satisfactionDegree}}</div>
|
|
|
+ <div class="model-items-other model-active">被报错总次数 : <span style="color:red;">{{GetTeacherDetail.wrongCount}}次</span></div>
|
|
|
+ <div class="model-items-other">纠正次数 : {{GetTeacherDetail.correctNums}}次</div>
|
|
|
<div class="model-items-other model-active">家长满意度 : {{GetTeacherDetail.satisfactionDegree}}</div>
|
|
|
<div style="display:inline-block">
|
|
|
<div class="UpTeacherID" style="width:80px" @click="isShow(GetTeacherDetail,8)">
|