11
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -75,7 +75,7 @@
|
||||
</view>
|
||||
<text class="score">{{item.examScore}}分</text>
|
||||
</view>
|
||||
<view v-if="thisClass.state == '2'">
|
||||
<view >
|
||||
<view class="ciyao">
|
||||
总分
|
||||
</view>
|
||||
@@ -84,7 +84,7 @@
|
||||
</template>
|
||||
</template>
|
||||
<!-- -->
|
||||
<template v-if="classModel.isExam == 1 && thisClass.state == '2'" >
|
||||
<template v-if="classModel.isExam == 1 && item.classExamUsers.length > 0" >
|
||||
<view v-if="item.userScore >= 60 && item.userScore < 70"
|
||||
:class="['PM_font','zhengshu','Bzheng']"
|
||||
></view>
|
||||
|
||||
Reference in New Issue
Block a user