From dce3fba5b56bfbe09e5852e11f5e375fe5fbc5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Wed, 22 Jul 2020 15:00:07 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-1675=E3=80=90=E5=BE=85=E7=A1=AE=E5=AE=9A?= =?UTF-8?q?=E3=80=91=E5=9B=BD=E5=AF=8C=E6=B0=91=E9=91=AB+=E9=91=AB?= =?UTF-8?q?=E7=AE=A1=E5=AE=B6=E8=AE=A1=E5=88=92=E4=B9=A6=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=BC=94=E7=A4=BA=EF=BC=9A=20=E5=BB=BA=E8=AE=AE=E4=B9=A6?= =?UTF-8?q?=E5=88=A9=E7=9B=8A=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4=20--?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() {