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: {