mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
--fix bug
This commit is contained in:
@@ -1248,7 +1248,7 @@
|
|||||||
>已开课
|
>已开课
|
||||||
{{
|
{{
|
||||||
currentPlanItem.courseScore !== -1
|
currentPlanItem.courseScore !== -1
|
||||||
? currentPlanItem.courseScore
|
? currentPlanItem.courseScore.toFixed(2)
|
||||||
: "-"
|
: "-"
|
||||||
}}</span>
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user