Commit 32883f5c authored by 18224442217's avatar 18224442217

AnalysisType 是否显示1-8题分析

parent 9da3a95d
......@@ -27,12 +27,13 @@
<view style="font-size: 36rpx;font-weight: 800;color: #282828;text-align: center;">
{{ExamScore.StuName}}
</view>
<view class="scoreDetails-title flex">
<text>1-8题统计表</text>
<view>(共8小题)</view>
</view>
<dline :ScoreList="ExamScore.PartScoreList"></dline>
<template v-if="ExamScore.AnalysisType">
<view class="scoreDetails-title flex">
<text>1-8题统计表</text>
<view>(共8小题)</view>
</view>
<dline :ScoreList="ExamScore.PartScoreList"></dline>
</template>
<template v-for="(x,i) in ExamScore.ModuleScoreList">
<view class="scoreDetails-title flex">
<text>{{i==0?'一':'二'}}试板块分析</text>
......
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