GFRS-1675【待确定】国富民鑫+鑫管家计划书关联演示: 建议书利益显示调整 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-07-22 15:00:07 +08:00
parent 4779b518a4
commit dce3fba5b5

View File

@@ -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() {