Commit 1eb6d495 authored by 黄奎's avatar 黄奎

1

parent 594bb5c0
......@@ -162,17 +162,13 @@
<text>调出</text>
</view> -->
<!-- 调出 -->
<view v-if="item.show&&item.IsOut==1" style="border-top: 1px solid;">
<view class="class-name" v-if="item.show&&item.IsOut==1" style="border-top: 1px solid;padding-top: 5px;">{{item.OutInfo.ClassName}}</view>
<view v-if="item.show&&item.IsOut==1">
<view class="teacher-box">
<van-icon name="underway" />
<text style="margin:0 10rpx;">时间:</text>
<text>{{item.OutInfo.ClassDate}}</text>
</view>
<view class="teacher-box">
<van-icon name="wap-home" />
<text style="margin:0 10rpx;flex:1">班级:</text>
<text style="width: 72%">{{item.OutInfo.ClassName}}</text>
</view>
<view class="teacher-box">
<van-icon name="manager" />
<text style="margin:0 10rpx;">老师:</text>
......@@ -185,17 +181,18 @@
</view>
</view>
<!-- 插班 -->
<view v-if="item.show&&item.IsIn==1" style="border-top: 1px solid;">
<view class="class-name" v-if="item.show&&item.IsIn==1" style="border-top: 1px solid;padding-top: 5px;">{{item.InInfo.ClassName}}</view>
<view v-if="item.show&&item.IsIn==1" >
<view class="teacher-box">
<van-icon name="underway" />
<text style="margin:0 10rpx;">时间:</text>
<text>{{item.InInfo.ClassDate}}</text>
</view>
<view class="teacher-box">
<!-- <view class="teacher-box">
<van-icon name="wap-home" />
<text style="margin:0 10rpx;;flex:1;">班级:</text>
<text style="width: 72%">{{item.InInfo.ClassName}}</text>
</view>
</view> -->
<view class="teacher-box">
<van-icon name="manager" />
<text style="margin:0 10rpx;">老师:</text>
......
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