Commit 594bb5c0 authored by 黄奎's avatar 黄奎

1

parent 9020b355
......@@ -89,36 +89,42 @@
</view>
</view>
<!-- 调班时间 -->
<!-- <view v-if="item.show&&item.IsOut==1" style="border-top: 1px solid;
width: 100%;height: 14px;">
</view> -->
<view v-if="item.show&&item.IsOut==1">
<view class="icon" >
<view class="icon">
上课时间:
</view>
<view class="time-text" >
<view class="time-text">
{{item.OutInfo.StartTime}}
</view>
</view>
<view v-if="item.show&&item.IsOut==1">
<view class="icon" >
<view class="icon">
下课时间:
</view>
<view class="time-text" >
<view class="time-text">
{{item.OutInfo.EndTime}}
</view>
</view>
<!-- 插班时间 -->
<!-- <view v-if="item.show&&item.IsIn==1" style="border-top: 1px solid;
width: 100%;height: 14px;">
</view> -->
<view v-if="item.show&&item.IsIn==1">
<view class="icon" >
<view class="icon">
上课时间:
</view>
<view class="time-text" >
<view class="time-text">
{{item.InInfo.StartTime}}
</view>
</view>
<view v-if="item.show&&item.IsIn==1">
<view class="icon" >
<view class="icon">
下课时间:
</view>
<view class="time-text" >
<view class="time-text">
{{item.InInfo.EndTime}}
</view>
</view>
......@@ -137,7 +143,7 @@
<text style="margin:0 10rpx;">教室:</text>
<text>{{item.RoomName}}</text>
</view>
<view class="teacher-box" style="margin-top: 30rpx;margin-bottom: 0;">
<view class="teacher-box" style="margin-top: 30rpx;margin-bottom: 20rpx;">
<van-icon name="underway" />
<text style="margin:0 10rpx;">出勤:</text>
<text v-if="x.IsCheck==0 && item.Finished==1" style="color:#282828">出勤</text>
......@@ -156,7 +162,7 @@
<text>调出</text>
</view> -->
<!-- 调出 -->
<view v-if="item.show&&item.IsOut==1">
<view v-if="item.show&&item.IsOut==1" style="border-top: 1px solid;">
<view class="teacher-box">
<van-icon name="underway" />
<text style="margin:0 10rpx;">时间:</text>
......@@ -179,7 +185,7 @@
</view>
</view>
<!-- 插班 -->
<view v-if="item.show&&item.IsIn==1">
<view v-if="item.show&&item.IsIn==1" style="border-top: 1px solid;">
<view class="teacher-box">
<van-icon name="underway" />
<text style="margin:0 10rpx;">时间:</text>
......@@ -801,7 +807,7 @@
display: flex;
flex-direction: row;
justify-content: center;
align-items:stretch;
align-items: stretch;
margin: 0 32rpx;
margin-bottom: 20rpx;
}
......@@ -810,7 +816,7 @@
border-top-left-radius: 20rpx;
border-bottom-left-radius: 20rpx;
background-color: #F5F5F5;
padding:0rpx 40rpx;
padding: 0rpx 40rpx;
display: flex;
flex-direction: column;
align-items: center;
......
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