mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
fix:项目概览总完成率
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
<div class="nubbox">
|
||||
<div>
|
||||
<span class="nub1" style="color: #a497ff">{{
|
||||
(projectInfoOverview.completeRatio || 0).toFixed(2)
|
||||
((projectInfoOverview.completeRatio || 0) * 100).toFixed(2)
|
||||
}}</span
|
||||
><span style="color: #a497ff; font-size: 14px">%</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user