Commit 999d71ab authored by liudong1993's avatar liudong1993

1

parent 8ea1f17e
<template> <template>
<view class="examDetailsComponents-box"> <view class="examDetailsComponents-box">
<view class="examDetailsComponents activeTwo mismatchActive flex"> <view class="examDetailsComponents activeOne flex" v-for="(item,index) in ExamStu" :key="index" :class="item.StuId ==0?'mismatchActive':''">
<view class="examDetailsComponents-time-box flex">
<view class="examDetailsComponents-time flex">
<view></view>
<text>潇潇</text>
</view>
<view class="examDetailsComponents-line">
<view class="examDetailsComponents-point"></view>
</view>
</view>
<view class="examDetailsComponents-center-box">
<view class="Mismatch-box">
<view class="Mismatch-title flex">
<van-icon name="warning" />
<text>学员不匹配</text>
</view>
</view>
<view class="examDetailsComponents-center flex">
<view class="examDetailsComponents-left flex">
<view class="operation-state flex">
<view class="operation-state-img"></view>
<view class="operation-state-text">未批阅</view>
</view>
<view class="operation-name">2022-05-22</view>
</view>
<view class="examDetailsComponents-right flex">
<view class="homework-score flex">
<view class="homework-score-title">
得分 <text>86</text>
</view>
</view>
<view class="homework-score flex">
<view class="homework-score-title">
得分率 <text>86</text>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="examDetailsComponents activeOne flex" v-for="(item,index) in ExamStu" :key="index">
<view class="examDetailsComponents-time-box flex"> <view class="examDetailsComponents-time-box flex">
<view class="examDetailsComponents-time flex"> <view class="examDetailsComponents-time flex">
<view>{{item.StuName.substring(0,1)}}</view> <view>{{item.StuName.substring(0,1)}}</view>
...@@ -51,6 +11,12 @@ ...@@ -51,6 +11,12 @@
</view> </view>
</view> </view>
<view class="examDetailsComponents-center-box"> <view class="examDetailsComponents-center-box">
<view class="Mismatch-box" v-if="item.StuId ===0">
<view class="Mismatch-title flex">
<van-icon name="warning" />
<text>学员未匹配</text>
</view>
</view>
<view class="examDetailsComponents-center flex"> <view class="examDetailsComponents-center flex">
<view class="examDetailsComponents-right flex"> <view class="examDetailsComponents-right flex">
<view class="homework-score flex"> <view class="homework-score flex">
......
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