|
@@ -42,7 +42,7 @@ |
|
|
</text> |
|
|
</text> |
|
|
<image style="margin:0 5px 0 30px" src="~@/common/images/location.png" mode="widthFix"> |
|
|
<image style="margin:0 5px 0 30px" src="~@/common/images/location.png" mode="widthFix"> |
|
|
</image> |
|
|
</image> |
|
|
{{ k.ClassRoomName }} |
|
|
|
|
|
|
|
|
{{ k.ClassName }} |
|
|
</view> |
|
|
</view> |
|
|
<view class="studCheckStatue" |
|
|
<view class="studCheckStatue" |
|
|
:class="k.Sort == '迟到'? 'studCheckStatue5' : k.Sort == '早退'? 'studCheckStatue2' : k.Sort == '病假'? 'studCheckStatue4' : k.Sort == '事假'? 'studCheckStatue6' : k.Sort == '准时'? 'studCheckStatue1' : 'studCheckStatue3' "> |
|
|
:class="k.Sort == '迟到'? 'studCheckStatue5' : k.Sort == '早退'? 'studCheckStatue2' : k.Sort == '病假'? 'studCheckStatue4' : k.Sort == '事假'? 'studCheckStatue6' : k.Sort == '准时'? 'studCheckStatue1' : 'studCheckStatue3' "> |
|
|