From 9d9f9b9a655d2e0e0b7bd56a995702365a2e35ed Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 12 Mar 2021 09:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E5=8F=96=E6=B6=88=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/property/reportFeeBreakdown/reportFeeBreakdown.html | 2 -- public/pages/property/reportFeeDetail/reportFeeDetail.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/public/pages/property/reportFeeBreakdown/reportFeeBreakdown.html b/public/pages/property/reportFeeBreakdown/reportFeeBreakdown.html index 82422a00d..7a7f5a3c5 100644 --- a/public/pages/property/reportFeeBreakdown/reportFeeBreakdown.html +++ b/public/pages/property/reportFeeBreakdown/reportFeeBreakdown.html @@ -114,7 +114,6 @@ 费用类型 费用项 费用开始时间 - 缴费时间 应收金额(单位:元) 实收金额(单位:元) 欠费金额(单位:元) @@ -126,7 +125,6 @@ {{fee.feeTypeCd}} {{fee.feeName}} {{fee.feeCreateTime}} - {{fee.createTime}} {{fee.receivableAmount}} {{fee.receivedAmount}} {{fee.oweAmount}} diff --git a/public/pages/property/reportFeeDetail/reportFeeDetail.html b/public/pages/property/reportFeeDetail/reportFeeDetail.html index 754fc02f4..0d3de86b4 100644 --- a/public/pages/property/reportFeeDetail/reportFeeDetail.html +++ b/public/pages/property/reportFeeDetail/reportFeeDetail.html @@ -104,7 +104,6 @@ 费用项 费用开始时间 费用结束时间 - 缴费时间 应收金额 实收金额 @@ -118,7 +117,6 @@ {{vc.dateFormat(fee.deadlineTime)}} {{vc.dateSubOneDay(vc.dateFormat(fee.feeCreateTime),vc.dateFormat(fee.deadlineTime),fee.feeFlag)}} - {{fee.createTime}} {{fee.receivableAmount}} {{fee.receivedAmount}}