Преглед изворни кода

分公司数据看板素材相关数据修改

liubei@c-top.com.cn пре 3 година
родитељ
комит
af898067b7
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/bossDataKanban/index.vue

+ 3 - 3
src/views/bossDataKanban/index.vue

@@ -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>