diff --git a/public/pages/common/enterCommunity/enterCommunity.html b/public/pages/common/enterCommunity/enterCommunity.html index b9ec3000d..84afa474b 100644 --- a/public/pages/common/enterCommunity/enterCommunity.html +++ b/public/pages/common/enterCommunity/enterCommunity.html @@ -16,13 +16,15 @@
| 名称 | +省份 | +市/州 | +县/区 | +小区名称 | +小区编码 | 联系方式 | - -城市编码 | +状态 | 操作 | @@ -30,25 +32,33 @@|||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + {{community.provName}} + | ++ {{community.cityName}} + | ++ {{community.areaName}} + | {{community.name}} | +{{community.communityId}} | {{community.tel}} | - -+ | {{_showCommunityStatus(community.auditStatusCd)}} | diff --git a/public/pages/property/listRoomFee/listRoomFee.html b/public/pages/property/listRoomFee/listRoomFee.html index f82f4097b..e52e07dac 100644 --- a/public/pages/property/listRoomFee/listRoomFee.html +++ b/public/pages/property/listRoomFee/listRoomFee.html @@ -26,7 +26,7 @@开始时间 | 到期时间 | 状态 | -操作 | +操作 | {{fee.startTime}} | {{fee.endTime}} | {{fee.stateName}} | -+ |
diff --git a/public/pages/property/parkingSpaceCreateFee/parkingSpaceCreateFee.html b/public/pages/property/parkingSpaceCreateFee/parkingSpaceCreateFee.html
index bcdc9c436..a82219d49 100644
--- a/public/pages/property/parkingSpaceCreateFee/parkingSpaceCreateFee.html
+++ b/public/pages/property/parkingSpaceCreateFee/parkingSpaceCreateFee.html
@@ -68,12 +68,15 @@
data-page-size="10">
| 车位ID |
- 车位编号 |
+
+ 停车场 |
+ 车位 |
车牌号 |
- 业主ID |
业主名称 |
+ 联系方式 |
业主身份证 |
+ 车位状态 |
+ 车位ID |
操作 |
|
| - {{parkingSpace.psId}} + {{parkingSpace.areaNum}}号 | - {{parkingSpace.areaNum}}号停车场{{parkingSpace.num}}号车位 + {{parkingSpace.num}}号 | {{parkingSpace.carNum}} | -- {{parkingSpace.ownerId}} - | +{{parkingSpace.ownerName}} | ++ {{parkingSpace.link}} + | {{parkingSpace.idCard}} | ++ {{parkingSpace.stateName}} + | ++ {{parkingSpace.psId}} + |
|