|
@@ -15,19 +15,19 @@
|
|
|
<!--数据监控-->
|
|
|
<el-col :span="17" class="main" v-if="modelindex == 0">
|
|
|
<el-row :gutter="20" class="main-header">
|
|
|
- <el-col :span="2" :offset="1">
|
|
|
+ <el-col :span="3" :offset="1">
|
|
|
<div class="main-header-item">在线:{{monitorTeacherList.onlineCount}}人</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="2">
|
|
|
+ <el-col :span="3">
|
|
|
<div class="main-header-item">离线:{{monitorTeacherList.offlineCount}}人</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="5">
|
|
|
+ <el-col :span="7">
|
|
|
<div class="main-header-item">
|
|
|
<span>分配未批改作业:{{monitorTeacherList.unCorrectCount}}份</span>
|
|
|
<span @click="allocation()" class="main-header-link">去分配</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" :offset="4">
|
|
|
+ <el-col :span="8" :offset="1">
|
|
|
<el-input placeholder="请输入老师名字" v-model="filters.inputValue" class="input-with-select">
|
|
|
<el-select
|
|
|
v-model="filters.OptionsValue"
|
|
@@ -236,7 +236,7 @@
|
|
|
<span style="color:red;">{{DayTeacherList.wrongCount}}次</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" :offset="10">
|
|
|
+ <el-col :span="6" :offset="5">
|
|
|
<!-- <input type="text" placeholder="请输入老师名字" v-model="filters1.inputValue" class="input-with-new">
|
|
|
<el-button @click="InfoWatchDay" type="primary" icon="el-icon-search"></el-button>-->
|
|
|
<el-input placeholder="请输入老师名字" v-model="filters1.inputValue" class="input-with-select">
|
|
@@ -308,18 +308,18 @@
|
|
|
<!--当月-->
|
|
|
<el-col :span="18" class="main" v-if="modelindex == 2">
|
|
|
<el-row :gutter="20" class="main-header">
|
|
|
- <el-col :span="5">
|
|
|
+ <el-col :span="6">
|
|
|
<div class="main-header-item">
|
|
|
当月报错总次数:
|
|
|
<span style="color:red;">{{MothTeacherList.totalWrongCount}}次</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" :offset="10">
|
|
|
+ <el-col :span="6" :offset="5">
|
|
|
<el-input placeholder="请输入老师名字" v-model="filters2.inputValue" class="input-with-select">
|
|
|
<el-button @click="InfoWatchMoth" slot="append" icon="el-icon-search"></el-button>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
+ <el-col :span="4" >
|
|
|
<div class="block">
|
|
|
<el-date-picker
|
|
|
@change="InfoWatchMoth"
|
|
@@ -332,7 +332,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row :gutter="20" class="main-header">
|
|
|
- <el-col :span="3" :offset="1">
|
|
|
+ <el-col :span="4" :offset="1">
|
|
|
<div class="main-header-item">月出勤率:{{MothTeacherList.totalAttendanceRate}}</div>
|
|
|
</el-col>
|
|
|
<!-- <el-col :span="4">
|
|
@@ -341,7 +341,7 @@
|
|
|
<el-col :span="4">
|
|
|
<div class="main-header-item">批改总张数:{{MothTeacherList.totalHomeworkPicCount }}</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
+ <el-col :span="6">
|
|
|
<div class="main-header-item">批改平均时间:{{MothTeacherList.totalAvgTime}}</div>
|
|
|
</el-col>
|
|
|
<el-col :span="4">
|
|
@@ -612,7 +612,7 @@
|
|
|
<div class="model-items-other model-active">
|
|
|
可批改时间:
|
|
|
<div class="buttonAppoval" v-show="arrPeriod.length >= 0">
|
|
|
- <el-button type="info" round v-for="(v, k) of arrPeriod" :key="k">{{v}}</el-button>
|
|
|
+ <el-button type="info" size="mini" round v-for="(v, k) of arrPeriod" :key="k">{{v}}</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="model-items-other">手机号 : {{GetTeacherDetail.phone}}</div>
|
|
@@ -1353,7 +1353,7 @@ el-table {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.el-input__inner {
|
|
|
- height: 32px;
|
|
|
+ /* height: 32px; */
|
|
|
}
|
|
|
|
|
|
.table-img {
|
|
@@ -1445,7 +1445,7 @@ el-table {
|
|
|
/* height: 30px; */
|
|
|
}
|
|
|
.width40 {
|
|
|
- width: 60px;
|
|
|
+ width: 100px;
|
|
|
}
|
|
|
.tr-sw180 {
|
|
|
width: 230px;
|
|
@@ -1458,7 +1458,7 @@ el-table {
|
|
|
width: 280px;
|
|
|
}
|
|
|
.tr-w120 {
|
|
|
- width: 160px;
|
|
|
+ width: 200px;
|
|
|
text-align: left;
|
|
|
display: inline-block;
|
|
|
/*height: 80px;*/
|
|
@@ -1563,6 +1563,8 @@ el-table {
|
|
|
.buttonAppoval {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
+.el-button.is-round{
|
|
|
+}
|
|
|
.model-items-left-top {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|