mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 00:12:53 +08:00
GFRS-1675【待确定】国富民鑫+鑫管家计划书关联演示: 建议书利益显示调整 --提交人:阳华祥
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
<span>{{ moneyItem.contentLabel }}</span>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<span class="color_3A81F6">{{ moneyItem.value }}</span
|
||||
<span class="color_3A81F6">{{ moneyItem.value | numFormatNo}}</span
|
||||
>{{ moneyItem.content | productRateUnit }}
|
||||
</div>
|
||||
</div>
|
||||
@@ -363,6 +363,9 @@ export default {
|
||||
},
|
||||
numFormat(str){
|
||||
return str.replace(/\.00/,'')
|
||||
},
|
||||
numFormatNo(str){
|
||||
return Number(str.replace(/,/g, '')).toFixed(0);
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user