|
@@ -153,11 +153,11 @@
|
|
<el-button @click="isShow(v,1)" type="success">去分配</el-button>
|
|
<el-button @click="isShow(v,1)" type="success">去分配</el-button>
|
|
</div>
|
|
</div>
|
|
<div class="tr-sw180" v-if="v.status === 3 && v.isCheck ===1">
|
|
<div class="tr-sw180" v-if="v.status === 3 && v.isCheck ===1">
|
|
- <el-button type="info" plain><a style="text-decoration:none;color:#52cc60;" :href="'http://120.77.207.0:8081/kmt/index.html?homeworkId='+v.homeworkId+'&unionid='+unionid+'&teacherId='+homeworkLIst.teacherId+'&state='+2">已检查</a></el-button>
|
|
|
|
|
|
+ <el-button type="info"><a style="text-decoration:none;color:#ffffff;" :href="'http://120.77.207.0:8081/kmt/index.html?homeworkId='+v.homeworkId+'&unionid='+unionid+'&teacherId='+homeworkLIst.teacherId+'&state='+2">已检查</a></el-button>
|
|
<span style="color:red;font-size:12px;">报错{{v.wrongCount}}</span>
|
|
<span style="color:red;font-size:12px;">报错{{v.wrongCount}}</span>
|
|
</div>
|
|
</div>
|
|
<div class="tr-sw180" v-if="v.status === 3 && v.isCheck ===0">
|
|
<div class="tr-sw180" v-if="v.status === 3 && v.isCheck ===0">
|
|
- <el-button type="warning" plain><a style="text-decoration:none;color:#52cc60;" :href="'http://120.77.207.0:8081/kmt/index.html?homeworkId='+v.homeworkId+'&unionid='+unionid+'&teacherId='+homeworkLIst.teacherId+'&state='+2">去检查</a></el-button>
|
|
|
|
|
|
+ <el-button type="warning"><a style="text-decoration:none;color:#ffffff;" :href="'http://120.77.207.0:8081/kmt/index.html?homeworkId='+v.homeworkId+'&unionid='+unionid+'&teacherId='+homeworkLIst.teacherId+'&state='+2">去检查</a></el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 分页显示 -->
|
|
<!-- 分页显示 -->
|
|
@@ -181,6 +181,7 @@
|
|
:page-sizes="[10]"
|
|
:page-sizes="[10]"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total= parseInt(monitorTeacherList.pages)
|
|
:total= parseInt(monitorTeacherList.pages)
|
|
|
|
+ :hide-on-single-page="true"
|
|
></el-pagination>
|
|
></el-pagination>
|
|
<div style="clear:both;"></div>
|
|
<div style="clear:both;"></div>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -266,7 +267,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 分页显示 -->
|
|
<!-- 分页显示 -->
|
|
- <div v-if="parseInt(DayTeacherList.pages) > 10">
|
|
|
|
<el-pagination
|
|
<el-pagination
|
|
background
|
|
background
|
|
@size-change="handleSizeChange1"
|
|
@size-change="handleSizeChange1"
|
|
@@ -274,8 +274,8 @@
|
|
:page-sizes="[10]"
|
|
:page-sizes="[10]"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total= parseInt(DayTeacherList.pages)
|
|
:total= parseInt(DayTeacherList.pages)
|
|
|
|
+ :hide-on-single-page="true"
|
|
></el-pagination>
|
|
></el-pagination>
|
|
- </div>
|
|
|
|
<!-- <div style="float:right;margin-left:15px;">
|
|
<!-- <div style="float:right;margin-left:15px;">
|
|
<el-button @click="myVisible = false" size="small">取 消</el-button>
|
|
<el-button @click="myVisible = false" size="small">取 消</el-button>
|
|
<el-button type="primary" size="small" @click="submit">确定</el-button>
|
|
<el-button type="primary" size="small" @click="submit">确定</el-button>
|
|
@@ -388,7 +388,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 分页显示 -->
|
|
<!-- 分页显示 -->
|
|
- <div v-if="parseInt(MothTeacherList.pages) > 10">
|
|
|
|
<el-pagination
|
|
<el-pagination
|
|
background
|
|
background
|
|
@size-change="handleSizeChange2"
|
|
@size-change="handleSizeChange2"
|
|
@@ -396,8 +395,8 @@
|
|
:page-sizes="[10]"
|
|
:page-sizes="[10]"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total= parseInt(MothTeacherList.pages)
|
|
:total= parseInt(MothTeacherList.pages)
|
|
|
|
+ :hide-on-single-page="true"
|
|
></el-pagination>
|
|
></el-pagination>
|
|
- </div>
|
|
|
|
<!-- <div style="float:right;margin-left:15px;">
|
|
<!-- <div style="float:right;margin-left:15px;">
|
|
<el-button @click="myVisible = false" size="small">取 消</el-button>
|
|
<el-button @click="myVisible = false" size="small">取 消</el-button>
|
|
<el-button type="primary" size="small" @click="submit">确定</el-button>
|
|
<el-button type="primary" size="small" @click="submit">确定</el-button>
|
|
@@ -417,15 +416,10 @@
|
|
<div>可分配老师</div>
|
|
<div>可分配老师</div>
|
|
<div>{{allotList.Allotgarde}}{{allotList.Allotsubjct}}</div>
|
|
<div>{{allotList.Allotgarde}}{{allotList.Allotsubjct}}</div>
|
|
</div>
|
|
</div>
|
|
- <!-- <div class="tr-setNo" v-if="TeacherAllotList.list.length == 0">
|
|
|
|
|
|
+ <div class="tr-setNo" v-if="TeacherAllotList.list.length == 0">
|
|
暂无数据!
|
|
暂无数据!
|
|
-<<<<<<< HEAD
|
|
|
|
- </div> -->
|
|
|
|
- <div class="model-itemss" style="margin:10px;" v-for="(v, k) in TeacherAllotList.list" :key="k">
|
|
|
|
-=======
|
|
|
|
</div>
|
|
</div>
|
|
- <div class="allocation-items" v-for="(v, k) in TeacherAllotList.list" :key="k" >
|
|
|
|
->>>>>>> 6a3419620148f4e66aa22d4c8ad3e9a27fb03927
|
|
|
|
|
|
+ <div class="model-itemss" style="margin:10px;" v-for="(v, k) in TeacherAllotList.list" :key="k">
|
|
<div class="model-items-left">
|
|
<div class="model-items-left">
|
|
<div class="model-items-left-top">
|
|
<div class="model-items-left-top">
|
|
<div>
|
|
<div>
|
|
@@ -452,7 +446,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 分页显示 -->
|
|
<!-- 分页显示 -->
|
|
- <div v-if="parseInt(TeacherAllotList.pages) > 10">
|
|
|
|
<el-pagination
|
|
<el-pagination
|
|
background
|
|
background
|
|
@size-change="handleSizeChange4"
|
|
@size-change="handleSizeChange4"
|
|
@@ -460,8 +453,8 @@
|
|
:page-sizes="[10]"
|
|
:page-sizes="[10]"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total= parseInt(TeacherAllotList.pages)
|
|
:total= parseInt(TeacherAllotList.pages)
|
|
|
|
+ :hide-on-single-page="true"
|
|
></el-pagination>
|
|
></el-pagination>
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -498,7 +491,6 @@
|
|
<el-button type="success" @click="isShow(v,5)">去分配</el-button>
|
|
<el-button type="success" @click="isShow(v,5)">去分配</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div v-if="parseInt(UnallotHomeworkInfo.pages) > 10">
|
|
|
|
<el-pagination
|
|
<el-pagination
|
|
background
|
|
background
|
|
@size-change="handleSizeChange3"
|
|
@size-change="handleSizeChange3"
|
|
@@ -508,7 +500,6 @@
|
|
:total= parseInt(UnallotHomeworkInfo.pages)
|
|
:total= parseInt(UnallotHomeworkInfo.pages)
|
|
:hide-on-single-page="true"
|
|
:hide-on-single-page="true"
|
|
></el-pagination>
|
|
></el-pagination>
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -562,6 +553,7 @@
|
|
:page-sizes="[10]"
|
|
:page-sizes="[10]"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total="parseInt(TeacherAllotList.pages)"
|
|
:total="parseInt(TeacherAllotList.pages)"
|
|
|
|
+ :hide-on-single-page="true"
|
|
></el-pagination>
|
|
></el-pagination>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -1021,7 +1013,7 @@ export default {
|
|
grade: v.grade || this.allNoapprovalList.Allotgarde,
|
|
grade: v.grade || this.allNoapprovalList.Allotgarde,
|
|
subject: v.subject || this.allNoapprovalList.Allotsubjct,
|
|
subject: v.subject || this.allNoapprovalList.Allotsubjct,
|
|
maxCreateTime: this.filters.MaxtimeValue,
|
|
maxCreateTime: this.filters.MaxtimeValue,
|
|
- pageNo: this.allNoapprovalList.pageNo,
|
|
|
|
|
|
+ pageNo: 1,
|
|
pageSize: this.allNoapprovalList.pageSize
|
|
pageSize: this.allNoapprovalList.pageSize
|
|
});
|
|
});
|
|
},
|
|
},
|