From 3028f2156eeeaae1ae5d0c7686a3172be344a6ec Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 21 Aug 2024 10:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=87=87=E8=B4=AD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=B6=88=E6=81=AF=E4=B8=8D=E5=87=86=E7=A1=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportOweFeeDetail.html | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/pages/property/reportOweFeeDetail/reportOweFeeDetail.html b/public/pages/property/reportOweFeeDetail/reportOweFeeDetail.html index cb7cc842e..3c3a95f73 100644 --- a/public/pages/property/reportOweFeeDetail/reportOweFeeDetail.html +++ b/public/pages/property/reportOweFeeDetail/reportOweFeeDetail.html @@ -132,7 +132,10 @@ - + + + + @@ -150,6 +153,7 @@ {{fee.feeCreateTime}} {{fee.updateTime}} {{fee.oweDay}} + {{(fee.oweDay/30).toFixed(2)}} {{fee.oweAmount}} @@ -188,19 +192,15 @@
-
-
- - :所创建费用的计费起始时间
-
- -
-
除押金外的费用项欠费时长是费用的开始时间到费用的结束时间的天数
-
- -
+
+
+ 费用开始时间:所创建费用的计费起始时间 +
+
欠费时长(天):押金费用项欠费时长是费用开始时间到当天的天数
+
除押金外的费用项欠费时长是费用的开始时间到费用的结束时间的天数
+
欠费金额:欠费周期内应缴费用
-
+