From 48c74cac5785ae1bffb3e74f16a3ec071d3f2dbf Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sun, 16 May 2021 12:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/listOweFee/listOweFee.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/property/listOweFee/listOweFee.js b/public/pages/property/listOweFee/listOweFee.js index b59949294..235fc5cd1 100755 --- a/public/pages/property/listOweFee/listOweFee.js +++ b/public/pages/property/listOweFee/listOweFee.js @@ -167,7 +167,7 @@ } }) }) - return _amountOwed; + return _amountOwed.toFixed(2); } }