优化首页显示问题

This commit is contained in:
java110 2020-05-17 17:47:05 +08:00
parent e375d94204
commit f675cb3b36
4 changed files with 64 additions and 31 deletions

View File

@ -16,13 +16,15 @@
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15"> <table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead> <thead>
<tr> <tr>
<th data-hide="phone">省份</th>
<th data-hide="phone">名称</th> <th data-hide="phone">市/州</th>
<th data-hide="phone">县/区</th>
<th data-hide="phone">小区名称</th>
<!-- <th data-hide="phone">小区地址</th> -->
<th>小区编码</th> <th>小区编码</th>
<th data-hide="phone">联系方式</th> <th data-hide="phone">联系方式</th>
<!-- <th data-hide="phone">地址</th> -->
<!-- <th data-hide="phone">地标</th> --> <!-- <th data-hide="phone">地标</th> -->
<th data-hide="phone,tablet" >城市编码</th> <!-- <th data-hide="phone,tablet" >城市编码</th> -->
<th data-hide="phone">状态</th> <th data-hide="phone">状态</th>
<th class="text-right">操作</th> <th class="text-right">操作</th>
@ -30,25 +32,33 @@
</thead> </thead>
<tbody> <tbody>
<tr v-for="community in communityInfo.enterCommunityInfo"> <tr v-for="community in communityInfo.enterCommunityInfo">
<td>
{{community.provName}}
</td>
<td>
{{community.cityName}}
</td>
<td>
{{community.areaName}}
</td>
<td> <td>
{{community.name}} {{community.name}}
</td> </td>
<!-- <td>
{{community.address}}
</td> -->
<td> <td>
{{community.communityId}} {{community.communityId}}
</td> </td>
<td> <td>
{{community.tel}} {{community.tel}}
</td> </td>
<!-- <td>
{{community.address}}
</td> -->
<!-- <td> <!-- <td>
{{community.nearbyLandmarks}} {{community.nearbyLandmarks}}
</td> --> </td> -->
<td> <!-- <td>
{{community.cityCode}} {{community.cityCode}}
</td> </td> -->
<td> <td>
{{_showCommunityStatus(community.auditStatusCd)}} {{_showCommunityStatus(community.auditStatusCd)}}
</td> </td>

View File

@ -26,7 +26,7 @@
<th class="text-center">开始时间</th> <th class="text-center">开始时间</th>
<th class="text-center">到期时间</th> <th class="text-center">到期时间</th>
<th class="text-center">状态</th> <th class="text-center">状态</th>
<th class="text-center">操作</th> <th class="text-right">操作</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -38,7 +38,7 @@
<td class="text-center">{{fee.startTime}}</td> <td class="text-center">{{fee.startTime}}</td>
<td class="text-center">{{fee.endTime}}</td> <td class="text-center">{{fee.endTime}}</td>
<td class="text-center">{{fee.stateName}}</td> <td class="text-center">{{fee.stateName}}</td>
<td class="text-left"> <td class="text-right">
<button class="btn btn-link btn-xs" v-if=" fee.state != '2009001'" <button class="btn btn-link btn-xs" v-if=" fee.state != '2009001'"
v-on:click="_payFee(fee)">缴费 v-on:click="_payFee(fee)">缴费
</button> </button>

View File

@ -68,12 +68,15 @@
data-page-size="10"> data-page-size="10">
<thead> <thead>
<tr> <tr>
<th>车位ID</th>
<th data-hide="phone">车位编号</th> <th data-hide="phone">停车场</th>
<th data-hide="phone">车位</th>
<th data-hide="phone">车牌号</th> <th data-hide="phone">车牌号</th>
<th data-hide="phone">业主ID</th>
<th data-hide="phone">业主名称</th> <th data-hide="phone">业主名称</th>
<th data-hide="phone">联系方式</th>
<th data-hide="phone">业主身份证</th> <th data-hide="phone">业主身份证</th>
<th data-hide="phone">车位状态</th>
<th>车位ID</th>
<th class="text-right">操作</th> <th class="text-right">操作</th>
</tr> </tr>
@ -81,23 +84,30 @@
<tbody> <tbody>
<tr v-for="parkingSpace in parkingSpaceCreateFeeInfo.parkingSpaces"> <tr v-for="parkingSpace in parkingSpaceCreateFeeInfo.parkingSpaces">
<td> <td>
{{parkingSpace.psId}} {{parkingSpace.areaNum}}号
</td> </td>
<td> <td>
{{parkingSpace.areaNum}}号停车场{{parkingSpace.num}}号车位 {{parkingSpace.num}}号
</td> </td>
<td> <td>
{{parkingSpace.carNum}} {{parkingSpace.carNum}}
</td> </td>
<td>
{{parkingSpace.ownerId}}
</td>
<td> <td>
{{parkingSpace.ownerName}} {{parkingSpace.ownerName}}
</td> </td>
<td>
{{parkingSpace.link}}
</td>
<td> <td>
{{parkingSpace.idCard}} {{parkingSpace.idCard}}
</td> </td>
<td>
{{parkingSpace.stateName}}
</td>
<td>
{{parkingSpace.psId}}
</td>
<td class="text-right"> <td class="text-right">
<div class="btn-group"> <div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_openParkingSpaceCreateFeeAddModal(parkingSpace,false)">创建收费 <button class="btn-white btn btn-xs" v-on:click="_openParkingSpaceCreateFeeAddModal(parkingSpace,false)">创建收费

View File

@ -94,36 +94,49 @@
data-page-size="10"> data-page-size="10">
<thead> <thead>
<tr> <tr>
<th>房屋ID</th> <th data-hide="phone">楼栋</th>
<th data-hide="phone">房屋编号</th> <th data-hide="phone">单元</th>
<th data-hide="phone">房屋</th>
<th data-hide="phone">楼层</th> <th data-hide="phone">楼层</th>
<th data-hide="phone">业主ID</th>
<th data-hide="phone">业主名称</th> <th data-hide="phone">业主名称</th>
<th data-hide="phone">业主身份证</th> <th data-hide="phone">联系电话</th>
<th data-hide="phone">身份证</th>
<th>房屋ID</th>
<!--<th data-hide="phone">业主ID</th> -->
<th class="text-right">操作</th> <th class="text-right">操作</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr v-for="room in roomCreateFeeInfo.rooms"> <tr v-for="room in roomCreateFeeInfo.rooms">
<td> <td>
{{room.roomId}} {{room.floorNum}}号楼
</td>
<td>
{{room.unitNum}}单元
</td> </td>
<td> <td>
{{room.floorNum}}号楼{{room.unitNum}}单元{{room.roomNum}}室 {{room.roomNum}}室
</td> </td>
<td> <td>
{{room.layer}}层 {{room.layer}}层
</td> </td>
<td>
{{room.ownerId}}
</td>
<td> <td>
{{room.ownerName}} {{room.ownerName}}
</td> </td>
<td>
{{room.link}}
</td>
<td> <td>
{{room.idCard}} {{room.idCard}}
</td> </td>
<td>
{{room.roomId}}
</td>
<!--
<td>
{{room.ownerId}}
</td> -->
<td class="text-right"> <td class="text-right">
<div class="btn-group"> <div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_openRoomCreateFeeAddModal(room,false)">创建收费 <button class="btn-white btn btn-xs" v-on:click="_openRoomCreateFeeAddModal(room,false)">创建收费