소스 검색

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

Yannay 5 일 전
부모
커밋
d771f77ea6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>