mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
--fix bug
This commit is contained in:
@@ -390,7 +390,7 @@
|
||||
type="dashboard"
|
||||
gapDegree="0"
|
||||
:percent="
|
||||
stageOverviewList[choosedStageIndex]?.completeCourseRatio || 0
|
||||
fixDoublePer( stageOverviewList[choosedStageIndex]?.completeCourseRatio || 0)
|
||||
"
|
||||
:width="140"
|
||||
/>
|
||||
@@ -401,7 +401,7 @@
|
||||
type="dashboard"
|
||||
gapDegree="0"
|
||||
:percent="
|
||||
stageOverviewList[choosedStageIndex]?.completeExamRatio || 0
|
||||
fixDoublePer(stageOverviewList[choosedStageIndex]?.completeExamRatio || 0)
|
||||
"
|
||||
:width="140"
|
||||
/>
|
||||
@@ -411,7 +411,7 @@
|
||||
<a-progress
|
||||
type="dashboard"
|
||||
gapDegree="0"
|
||||
:percent="stageOverviewList[choosedStageIndex]?.completeRatio || 0"
|
||||
:percent="fixDoublePer(stageOverviewList[choosedStageIndex]?.completeRatio || 0)"
|
||||
:width="140"
|
||||
/>
|
||||
<div class="protext">作业完成率</div>
|
||||
|
||||
Reference in New Issue
Block a user