This commit is contained in:
@fawn-nine
2024-09-20 17:32:09 +08:00
parent f8f03010c7
commit 7a87130202
3 changed files with 311 additions and 258 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>