Commit a3ca24f2 authored by zhengke's avatar zhengke

修改

parent 50d6e5c5
......@@ -383,10 +383,10 @@
<text class="item_o">考试状态</text>
<text class="" style="opacity: 0;height: 34rpx;">.</text>
<text style="font-size: 14px;font-weight: bold" :class="{
'status-blue': x.ExamStatusStr == '未开始',
'status-green': x.ExamStatusStr == '已开始',
'status-black': x.ExamStatusStr == '完成',
'status-red': x.ExamStatusStr == '缺考',
'status-blue': x.ExamStatus==1,
'status-green': x.ExamStatus==2,
'status-black': x.ExamStatus==3,
'status-red': x.ExamStatus==4,
}">{{x.ExamStatusStr}}</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