Commit c164d277 authored by Mac's avatar Mac

1

parent 40889a63
......@@ -111,17 +111,27 @@
<text v-if="item.OrderStaus==4" style="color:#969696;">完成</text>
</view>
<view style="display: flex;align-items: center;margin-top:13px;">
<view style="display:flex;align-items: center;">
<image mode="aspectFill" :src="item.TeacherLogo" style="width: 28px; height: 28px;border-radius: 50%;" ></image>
<text class="teacherName">{{item.TeacherName}}</text>
<view style="display:flex;align-items: center;width: calc(100vw - 180px);">
<image mode="aspectFill" :src="item.TeacherLogo" style="width: 35px; height: 35px;border-radius: 50%;" ></image>
<view style="height: 35px;display: flex;flex-direction: column;justify-content: space-between;">
<text class="teacherName">{{item.TeacherName}}</text>
<text style="font-size: 12px;margin-left: 5px;">{{item.CourseClassTypeName}}</text>
</view>
</view>
<view class="stu_tookie" style="display: flex;align-items: center;margin-left:20px;">
<!-- <view class="stu_tookie" style="display: flex;align-items: center;margin-left:20px;">
<text class="stu_Dian">.</text>{{item.CourseClassTypeName}}<text class="stu_Dian">.</text>
</view> -->
<!-- <view style="font-size: 12px;">{{item.OrderStatusName}}</view> -->
<view class="stu_tookie" style="margin-top: 10px;width: 130px;text-align: right;">
<image style="width:12px;height:12px;margin-right:3px;" src="../../../static/images/tookie.png" alt=""></image>
{{item.StudyDate}} ({{item.StudyDuration}}{{item.DurationUnitName}})
<text class="stu_Dian">.</text>{{item.CourseClassTypeName}}<text class="stu_Dian">.</text>
</view>
<!-- <view style="font-size: 12px;">{{item.OrderStatusName}}</view> -->
</view>
<!-- <view class="stu_tookie" style="margin-top: 10px;">
<image style="width:12px;height:12px;margin-right:3px;" src="../../../static/images/tookie.png" alt=""></image>
{{item.StudyDate}} ({{item.StudyDuration}}{{item.DurationUnitName}})
</view> -->
<view class="stu_plateList" v-if="item.RoomInfo" :style="{'color:#969696':item.OrderStaus==4}">
<text v-if="item.RoomInfo">{{item.RoomInfo}}</text>
</view>
......
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