Kaynağa Gözat

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

Yannay 5 gün önce
ebeveyn
işleme
d771f77ea6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      pages/person/cards/index.vue

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

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