version9
4
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<vc:i18n name="查询条件" namespace="carCreateFee"></vc:i18n>
|
||||
</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
@@ -89,33 +89,37 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
|
||||
<div>
|
||||
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:1px; margin-bottom: -5px;" data-page-size="10">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="车牌号" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="停车场(单位:号)" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="车位(单位:号)" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="业主名称" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="联系方式" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="车位状态" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th class="text-center">
|
||||
<vc:i18n name="操作" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th data-hide="phone" class="text-center" style="padding-left: 60px">
|
||||
<vc:i18n name="车牌号" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center" style="padding-right: 20px">
|
||||
<vc:i18n name="停车场(单位:号)" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center" style="padding-right: 40px; padding-left: 20px">
|
||||
<vc:i18n name="车位(单位:号)" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="业主名称" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="联系方式" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="车位状态" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
<th class="text-center">
|
||||
<vc:i18n name="操作" namespace="carCreateFee"></vc:i18n>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<div class="ibox-content ibox-content-auto-height">
|
||||
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
|
||||
<tbody>
|
||||
<tr v-for="car in carCreateFeeInfo.cars">
|
||||
<td class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user