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}} | -- |