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 @@ -
+
{{listRoomCreateFeeInfo.roomName}}费用
- +
+ data-page-size="10"> - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + - + + +
费用项ID费用标识费用类型费用项目开始时间到期时间状态操作
费用项ID费用标识费用类型费用项目开始时间到期时间状态操作
{{fee.feeId}}{{fee.feeFlagName}}{{fee.feeTypeCdName}}{{fee.feeName}}{{fee.startTime}}{{fee.endTime}}{{fee.stateName}} - {{fee.feeId}}{{fee.feeFlagName}}{{fee.feeTypeCdName}}{{fee.feeName}}{{fee.startTime}}{{fee.endTime}}{{fee.stateName}} + - - + -
@@ -60,4 +60,4 @@
-
+
\ No newline at end of file