Commit 69ba1fbd authored by youjie's avatar youjie

no message

parent a10226bf
...@@ -37,9 +37,10 @@ ...@@ -37,9 +37,10 @@
<view style="font-size: 15px;font-weight: bold;">{{item.CourseName}}</view> <view style="font-size: 15px;font-weight: bold;">{{item.CourseName}}</view>
<view style="font-size: 12px;font-weight: 500;margin-top: 5px;">{{item.ClassName}}</view> <view style="font-size: 12px;font-weight: 500;margin-top: 5px;">{{item.ClassName}}</view>
<view class="row" style="font-size: 12px;margin-top: 5px;"> <view class="row" style="font-size: 12px;margin-top: 5px;">
<view class="row">总计<span style="color: #4C50E7;margin:0 3px;font-weight: bold;">{{item.TotalHours}}</span></view> <!-- #4C50E7 -->
<view class="row">总计<span style="color: #C91727;margin:0 3px;font-weight: bold;">{{item.TotalHours}}</span></view>
<view style="width: 1px;height: 15px;background-color:#999999;margin: 0 10px;"></view> <view style="width: 1px;height: 15px;background-color:#999999;margin: 0 10px;"></view>
<view class="row">剩余<span style="color: #4C50E7;margin:0 3px;font-weight: bold;">{{item.SurplusHours?item.SurplusHours:0}}</span></view> <view class="row">剩余<span style="color: #C91727;margin:0 3px;font-weight: bold;">{{item.SurplusHours?item.SurplusHours:0}}</span></view>
</view> </view>
</view> </view>
<view style="display: none;"> <view style="display: none;">
......
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