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