Commit dde6ab79 authored by 罗超's avatar 罗超

1

parent 2607ab1b
......@@ -66,7 +66,7 @@
{{item.PaymentWayName}}
</div>
<div v-if="item.EduSellName">{{item.EduSellName}}</div>
<div v-if="!item.EduSellName">暂未绑定销售</div>
<div v-if="!item.EduSellName" style="color:#f00">未关联销售</div>
<div>{{item.ActivityName}}</div>
<div>活动开始时间:</div>
<div>{{item.StartTime}}</div>
......
......@@ -239,7 +239,7 @@
font-size:14px;
}
.Plan-StartTime{
width: 45px;
width: 100px;
font-size:14px;
color:#111111;
font-weight:bold;
......@@ -339,7 +339,7 @@
<div class="TeacherInfo_List" v-for="(item,index) in item1.planListTeacher">
<div class="timeleft">
<div class="Plan-StartTime">
{{item.StartTime}}
{{item.StartTime}}-{{item.EndTime}}
</div>
</div>
<div class="timeright">
......
......@@ -169,7 +169,7 @@
.teacherLesson .timeright {
padding-left: 25px;
margin-left: 25px;
margin-left: 10px;
width: 90%;
border-left: 1px solid #d1d1d1;
}
......@@ -239,7 +239,7 @@
font-size:14px;
}
.Plan-StartTime{
width: 45px;
width: 100px;
font-size:14px;
color:#111111;
font-weight:bold;
......@@ -337,7 +337,7 @@
<div class="TeacherInfo_List" v-for="(item,index) in item1.planListTeacher">
<div class="timeleft">
<div class="Plan-StartTime">
{{item.StartTime}}
{{item.StartTime}}-{{item.EndTime}}
</div>
</div>
<div class="timeright">
......
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