优化代码

This commit is contained in:
java110 2020-08-30 12:08:25 +08:00
parent 20d18af95b
commit d31c6a5af6
2 changed files with 8 additions and 18 deletions

View File

@ -50,16 +50,12 @@
<div class="col-lg-12">
<div class="ibox">
<div class="ibox-title">
<h5>位信息</h5>
<h5>辆收费</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm"
style="margin-left:10px" v-on:click="_openParkingSpaceCreateFeeAddModal(null,true)">
<i class="fa fa-plus"></i> 批量创建
</button>
<!-- <button type="button" class="btn btn-primary btn-sm"-->
<!-- style="margin-left:10px" v-on:click="_openAddParkingSpace()">-->
<!-- <i class="fa fa-plus"></i> 批量取消收费-->
<!-- </button>-->
</div>
</div>
<div class="ibox-content">
@ -68,13 +64,12 @@
data-page-size="10">
<thead>
<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 data-hide="phone">业主身份证</th>
<th data-hide="phone">车位状态</th>
<th>车位ID</th>
<th class="text-right">操作</th>
@ -83,15 +78,16 @@
</thead>
<tbody>
<tr v-for="parkingSpace in parkingSpaceCreateFeeInfo.parkingSpaces">
<td>
{{parkingSpace.carNum}}
</td>
<td>
{{parkingSpace.areaNum}}号
</td>
<td>
{{parkingSpace.num}}号
</td>
<td>
{{parkingSpace.carNum}}
</td>
<td>
{{parkingSpace.ownerName}}
@ -99,9 +95,6 @@
<td>
{{parkingSpace.link}}
</td>
<td>
{{parkingSpace.idCard}}
</td>
<td>
{{parkingSpace.stateName}}
</td>

View File

@ -93,7 +93,7 @@
<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>
@ -114,9 +114,6 @@
<td>
{{room.link}}
</td>
<td>
{{room.idCard}}
</td>
<td>
{{room.roomId}}
</td>