|
@@ -172,7 +172,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="report-card-line"></div>
|
|
<div class="report-card-line"></div>
|
|
<div class="report-card-radio">
|
|
<div class="report-card-radio">
|
|
- <span>素材使用率:{{ Number(accountIndexList.useCompare).toFixed(2) }}%</span>
|
|
|
|
|
|
+ <span>素材使用率:{{ Number(accountIndexList.useCompare * 100).toFixed(2) }}%</span>
|
|
</div>
|
|
</div>
|
|
</a-card>
|
|
</a-card>
|
|
</a-col>
|
|
</a-col>
|
|
@@ -196,7 +196,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="report-card-line"></div>
|
|
<div class="report-card-line"></div>
|
|
<div class="report-card-radio">
|
|
<div class="report-card-radio">
|
|
- <span>素材有效率:{{ Number(accountIndexList.effectiveCompare).toFixed(2) }}%</span>
|
|
|
|
|
|
+ <span>素材有效率:{{ Number(accountIndexList.effectiveCompare * 100).toFixed(2) }}%</span>
|
|
</div>
|
|
</div>
|
|
</a-card>
|
|
</a-card>
|
|
</a-col>
|
|
</a-col>
|