From 3b074994e140ac35fb015d7b635a760352513dbd Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 23 Jun 2020 23:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=81=9C=E8=BD=A6=E8=B4=B9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=80=E4=B8=AA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hireParkingSpaceFee.js | 2 +- .../property/listRoomFee/listRoomFee.html | 70 +++++++++---------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/public/components/property/hireParkingSpaceFee/hireParkingSpaceFee.js b/public/components/property/hireParkingSpaceFee/hireParkingSpaceFee.js index 7149538b1..793419421 100644 --- a/public/components/property/hireParkingSpaceFee/hireParkingSpaceFee.js +++ b/public/components/property/hireParkingSpaceFee/hireParkingSpaceFee.js @@ -93,7 +93,7 @@ communityId: vc.getCurrentCommunity().communityId, typeCd: vc.component.hireParkingSpaceFeeInfo.typeCd, page: 1, - row: 1 + row: 50 } }; vc.http.get( diff --git a/public/pages/property/listRoomFee/listRoomFee.html b/public/pages/property/listRoomFee/listRoomFee.html index aac73812e..634a76f26 100644 --- a/public/pages/property/listRoomFee/listRoomFee.html +++ b/public/pages/property/listRoomFee/listRoomFee.html @@ -1,55 +1,55 @@ -
| 费用项ID | -费用标识 | -费用类型 | -费用项目 | -开始时间 | -到期时间 | -状态 | -操作 | -
|---|---|---|---|---|---|---|---|
| 费用项ID | +费用标识 | +费用类型 | +费用项目 | +开始时间 | +到期时间 | +状态 | +操作 | +
| {{fee.feeId}} | -{{fee.feeFlagName}} | -{{fee.feeTypeCdName}} | -{{fee.feeName}} | -{{fee.startTime}} | -{{fee.endTime}} | -{{fee.stateName}} | -- |