--fix bug

This commit is contained in:
yuping
2023-03-27 00:06:07 +08:00
parent beb9ed2c3b
commit bac1ab0e2a
3 changed files with 8 additions and 6 deletions

View File

@@ -431,7 +431,7 @@
{{ stageOverviewList[choosedStageIndex]?.completeReqCnt || 0}}
</div>
<div class="proright1">
<span class="textpro">必修</span>
<span class="textpro">必修任务</span>
<a-progress
:percent="fixDoublePer(stageOverviewList[choosedStageIndex]?.completeReqCnt/(stageOverviewList[choosedStageIndex]?.totalReqCnt || 0))"
style="width: 369px"
@@ -441,7 +441,7 @@
{{ stageOverviewList[choosedStageIndex]?.completeOptCnt || 0}}
</div>
<div class="proright1">
<span class="textpro">选修</span>
<span class="textpro">选修任务</span>
<a-progress
:percent="fixDoublePer(stageOverviewList[choosedStageIndex]?.completeOptCnt/(stageOverviewList[choosedStageIndex]?.totalOptCnt || 0))"
style="width: 369px"