mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
--fix bug
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
}}
|
||||
</div>
|
||||
<div class="proright1">
|
||||
<span class="textpro">必修课</span>
|
||||
<span class="textpro">必修任务</span>
|
||||
<a-progress
|
||||
:percent="fixDoublePer(chapterOverviewList[choosedStageIndex].completeReqCnt / (chapterOverviewList[choosedStageIndex].totalReqCnt || 0))"
|
||||
style="width: 369px"
|
||||
@@ -249,7 +249,7 @@
|
||||
}}
|
||||
</div>
|
||||
<div class="proright1">
|
||||
<span class="textpro">选修课</span>
|
||||
<span class="textpro">选修任务</span>
|
||||
<a-progress
|
||||
:percent="fixDoublePer(chapterOverviewList[choosedStageIndex].completeOptCnt / (chapterOverviewList[choosedStageIndex].totalOptCnt || 0))"
|
||||
style="width: 369px"
|
||||
|
||||
Reference in New Issue
Block a user