Commit 7c4ff6a2 authored by 罗超's avatar 罗超

1

parent 38e01f4d
...@@ -101,11 +101,13 @@ ...@@ -101,11 +101,13 @@
.teacherLesson .TeacherNameList { .teacherLesson .TeacherNameList {
position: relative; position: relative;
color: #111111; color: #111111;
font-size:13px; font-size: 13px;
} }
.teacherLesson .TeacherNameList:last-child{
height:auto; .teacherLesson .TeacherNameList:last-child {
height: auto;
} }
.teacherLesson .cicle1 { .teacherLesson .cicle1 {
position: absolute; position: absolute;
left: -15px; left: -15px;
...@@ -158,11 +160,13 @@ ...@@ -158,11 +160,13 @@
.teacherLesson .TeacherInfo_List { .teacherLesson .TeacherInfo_List {
display: flex; display: flex;
height:60px; height: 60px;
} }
.teacher-box .TeacherInfo_List:last-child{
height:auto; .teacher-box .TeacherInfo_List:last-child {
height: auto;
} }
.TeacherInfo_List:last-child .timeright { .TeacherInfo_List:last-child .timeright {
border-left: 0 !important; border-left: 0 !important;
} }
...@@ -219,50 +223,57 @@ ...@@ -219,50 +223,57 @@
padding: 20px 20px 10px 20px; padding: 20px 20px 10px 20px;
border-radius: 20px; border-radius: 20px;
} }
.Teacher_Class{
.Teacher_Class {
width: 95%; width: 95%;
height:45px; height: 45px;
background-color: #F0F5FB; background-color: #F0F5FB;
padding:0 20px; padding: 0 20px;
color:#111111; color: #111111;
margin-bottom:30px; margin-bottom: 30px;
font-weight: bold; font-weight: bold;
display:flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Teach_BigSpan{
font-size:18px; .Teach_BigSpan {
margin-right:20px; font-size: 18px;
margin-right: 20px;
} }
.Teach_MidSpan{
font-size:14px; .Teach_MidSpan {
font-size: 14px;
} }
.Plan-StartTime{
.Plan-StartTime {
width: 100px; width: 100px;
font-size:14px; font-size: 14px;
color:#111111; color: #111111;
font-weight:bold; font-weight: bold;
} }
.Plan_WeiBei{
color:#F44E60; .Plan_WeiBei {
font-size:12px; color: #F44E60;
font-size: 12px;
} }
.Teach_Circle{
.Teach_Circle {
color: #2961FE; color: #2961FE;
background-color: #D4DFFF; background-color: #D4DFFF;
display:inline-block; display: inline-block;
width:24px; width: 24px;
height:24px; height: 24px;
margin:0 10px 0 30px; margin: 0 10px 0 30px;
border-radius: 50%; border-radius: 50%;
text-align: center; text-align: center;
line-height: 24px; line-height: 24px;
font-size:12px; font-size: 12px;
position: relative; position: relative;
top:-2px; top: -2px;
} }
.fankuiBtn{
.fankuiBtn {
padding: 6px 20px; padding: 6px 20px;
background-color: #fff; background-color: #fff;
color: #2961FE; color: #2961FE;
...@@ -270,8 +281,9 @@ ...@@ -270,8 +281,9 @@
border-radius: 5px; border-radius: 5px;
margin-left: 20px; margin-left: 20px;
cursor: pointer; cursor: pointer;
border:1px solid #2961FE; border: 1px solid #2961FE;
} }
</style> </style>
<template> <template>
<div class="page-body teacherLesson"> <div class="page-body teacherLesson">
...@@ -325,13 +337,21 @@ ...@@ -325,13 +337,21 @@
</div> </div>
<div> <div>
<span v-if="item1.LessonPlanNum===0" class="Plan_WeiBei">未备课</span> <span v-if="item1.LessonPlanNum===0" class="Plan_WeiBei">未备课</span>
<span v-if="item1.LessonPlanNum>0" @click="goyibeike(item1)" style="color:#2961FE;font-size:12px;margin-right:20px;cursor:pointer;">已备课</span> <span v-if="item1.LessonPlanNum>0" @click="goyibeike(item1)"
style="color:#2961FE;font-size:12px;margin-right:20px;cursor:pointer;">已备课</span>
<!-- <span class="beikeBtn" v-if="item1.LessonPlanNum>0" style="backgroundColor:#3FC4FF;margin-right:20px;" <!-- <span class="beikeBtn" v-if="item1.LessonPlanNum>0" style="backgroundColor:#3FC4FF;margin-right:20px;"
@click="goyibeike(item1)">已备课</span> --> @click="goyibeike(item1)">已备课</span> -->
<span class="beikeBtn" v-if="AccountType&&item1.LessonPlanNum===0" @click="goBeike(item1)">备课</span> <span class="beikeBtn" v-if="AccountType&&item1.LessonPlanNum===0" @click="goBeike(item1)">备课</span>
<span style="color:#3FC4FF;font-size:12px;cursor:pointer" v-if="item1.LessonPlanSummaryNum>0&&item1.LessonPlanNum>0" @click="goyibeike(item1)">已反馈</span> <span style="color:#3FC4FF;font-size:12px;cursor:pointer"
<span style="color:#FFA800;font-size:12px;" v-if="item1.LessonPlanSummaryNum==0&&item1.LessonPlanNum>0">未反馈</span> v-if="item1.LessonPlanSummaryNum>0&&item1.LessonPlanNum>0" @click="goyibeike(item1)">已反馈</span>
<span class="fankuiBtn" v-if="AccountType&&item1.LessonPlanSummaryNum==0&&item1.LessonPlanNum>0" @click="goyibeike(item1)">反馈</span> <span style="color:#FFA800;font-size:12px;"
v-if="item1.LessonPlanSummaryNum==0&&item1.LessonPlanNum>0">未反馈</span>
<span style="color:#3FC4FF;font-size:12px;margin-left:20px;cursor:pointer"
v-if="item1.ParentFanKuiStatus>0&&item1.LessonPlanNum>0" @click="goyibeike(item1)">主管已反馈</span>
<span style="color:#FFA800;font-size:12px;margin-left:20px;"
v-if="item1.ParentFanKuiStatus==0&&item1.LessonPlanNum>0">主管未反馈</span>
<span class="fankuiBtn" v-if="AccountType&&item1.LessonPlanSummaryNum==0&&item1.LessonPlanNum>0"
@click="goyibeike(item1)">反馈</span>
</div> </div>
</div> </div>
<div class="TeacherInfo_List" v-for="(item,index) in item1.planListTeacher"> <div class="TeacherInfo_List" v-for="(item,index) in item1.planListTeacher">
...@@ -521,18 +541,18 @@ ...@@ -521,18 +541,18 @@
// }); // });
this.OpenNewUrl("/course/lessonPreparation", { this.OpenNewUrl("/course/lessonPreparation", {
ClassId: item.ClassId, ClassId: item.ClassId,
School_Id:item.School_Id, School_Id: item.School_Id,
ClassPlanId:item.ClassPlanId, ClassPlanId: item.ClassPlanId,
Ranks:item.Ranks Ranks: item.Ranks
}); });
}, },
goyibeike(item) { goyibeike(item) {
this.OpenNewUrl("/course/prepareclassDetails", { this.OpenNewUrl("/course/prepareclassDetails", {
ClassId: item.ClassId, ClassId: item.ClassId,
ClassPlanId:item.ClassPlanId, ClassPlanId: item.ClassPlanId,
LessonPlanNum:item.LessonPlanNum, LessonPlanNum: item.LessonPlanNum,
LessonPlanSummaryNum:item.LessonPlanSummaryNum, LessonPlanSummaryNum: item.LessonPlanSummaryNum,
TeacherId:item.TeacherId TeacherId: item.TeacherId
}); });
// var tempStr = '/course/prepareclassDetails?ClassId=' + item.ClassId + '&ClassPlanId=' + item.ClassPlanId + // var tempStr = '/course/prepareclassDetails?ClassId=' + item.ClassId + '&ClassPlanId=' + item.ClassPlanId +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment