|
@@ -263,7 +263,7 @@
|
|
|
|
|
|
<div style="float: left;margin-left: 2%;width: 25%;height: 20%;text-align: center;">
|
|
|
<a-progress type="circle" strokeColor="#FF00FF" :percent="useRateData" :strokeWidth=10
|
|
|
- :width="88" />
|
|
|
+ :width="88" :format="percent => `${percent}%`" />
|
|
|
<p style="line-height: 20%;text-align: center;color: #fff;">素材使用率</p>
|
|
|
</div>
|
|
|
|
|
@@ -271,7 +271,7 @@
|
|
|
|
|
|
<div style="float: left;margin-left: 7%;width: 25%;height: 20%;text-align: center;">
|
|
|
<a-progress type="circle" strokeColor="#00FFFF" :percent="faddishRateData" :width="88"
|
|
|
- :strokeWidth=10 />
|
|
|
+ :strokeWidth=10 :format="percent => `${percent}%`" />
|
|
|
<p style="line-height: 20%;text-align: center;color: #fff;">素材爆款率</p>
|
|
|
</div>
|
|
|
|
|
@@ -279,7 +279,7 @@
|
|
|
|
|
|
|
|
|
<div style="float: left;margin-left: 7%;width: 25%;height: 20%;text-align: center;">
|
|
|
- <a-progress type="circle" :percent="innovateRateData" :strokeWidth=10 :width="88" />
|
|
|
+ <a-progress type="circle" :percent="innovateRateData" :strokeWidth=10 :width="88" :format="percent => `${percent}%`" />
|
|
|
<p style="line-height: 20%;text-align: center;color: #fff;">素材创新率</p>
|
|
|
</div>
|
|
|
|