소스 검색

middle 素材大盘 修改

jiayufei 3 년 전
부모
커밋
ec6eaaf4aa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/modules/Statistics/materialReport/materialReport.vue

+ 2 - 2
src/views/modules/Statistics/materialReport/materialReport.vue

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