Selaa lähdekoodia

fix: format ROI display in person cards to use currency formatting

Yannay 5 päivää sitten
vanhempi
commit
d771f77ea6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/person/cards/index.vue

+ 1 - 1
pages/person/cards/index.vue

@@ -72,7 +72,7 @@
72 72
                         </view>
73 73
                         <view class="visit_item">
74 74
                             <text class="visit_label">投产比</text>
75
-                            <text class="visit_value">{{ cardData.roi }}</text>
75
+                            <text class="visit_value">{{ formatMoney(cardData.roi) }}</text>
76 76
                         </view>
77 77
                     </view>
78 78
                 </view>