diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 4dba7fe1c..c5f1afc04 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -172,7 +172,7 @@ {{ moneyItem.contentLabel }}
- {{ moneyItem.value }}{{ moneyItem.value | numFormatNo}}{{ moneyItem.content | productRateUnit }}
@@ -363,6 +363,9 @@ export default { }, numFormat(str){ return str.replace(/\.00/,'') + }, + numFormatNo(str){ + return Number(str.replace(/,/g, '')).toFixed(0); } }, mounted() {