From 15850bec700828cc5f8a364e5cdcb2096708ee28 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 7 Jul 2022 19:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B9=E7=94=A8=E6=B1=87=E6=80=BB=E8=A1=A8?= =?UTF-8?q?=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/indexNotice/indexNotice.html | 20 +++++++++---------- .../reportFeeSummaryDetail.html | 20 +++++++++++++------ .../reportFeeSummaryDetail.js | 2 +- 3 files changed, 25 insertions(+), 17 deletions(-) diff --git a/public/components/property/indexNotice/indexNotice.html b/public/components/property/indexNotice/indexNotice.html index 189432207..39390b1a4 100644 --- a/public/components/property/indexNotice/indexNotice.html +++ b/public/components/property/indexNotice/indexNotice.html @@ -1,7 +1,15 @@
小区公告
-
-
  • -
    - 当前没有公告信息 -
    -
    - -
    -
  • \ No newline at end of file diff --git a/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.html b/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.html index 4fe1e9da6..41cb5008a 100644 --- a/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.html +++ b/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.html @@ -17,6 +17,12 @@ + + + + + + (单位:元) @@ -49,6 +55,8 @@ {{fee.feeYear+'年'+fee.feeMonth+'月'}} + {{fee.objName}} + {{fee.feeName}} {{fee.hisOweAmount}} {{fee.curReceivableAmount}} {{_computeSum(fee.hisOweAmount,fee.curReceivableAmount)}} @@ -72,15 +80,15 @@ - -
    -
    - + +
    +
    + +
    - - + \ No newline at end of file diff --git a/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.js b/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.js index beb714bbb..a6d138f12 100644 --- a/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.js +++ b/public/pages/property/reportFeeSummaryDetail/reportFeeSummaryDetail.js @@ -3,7 +3,7 @@ **/ (function(vc) { var DEFAULT_PAGE = 1; - var DEFAULT_ROWS = 10; + var DEFAULT_ROWS = 20; vc.extends({ data: { reportFeeSummaryDetailInfo: {