Files
PropertyDeployment/resources/Web/MicroCommunityIotWeb/html/components/charge/adminChargeDetailParking/adminChargeDetailParking.html
2025-12-09 20:22:03 +08:00

52 lines
1.9 KiB
HTML

<div class="margin-top">
<div class="flex justify-between">
<div></div>
<div >
</div>
</div>
<div class="margin-top">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
<th class="text-center">
<vc:i18n name='店铺' namespace='adminChargeDetailParking'></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name='优惠券' namespace='adminChargeDetailParking'></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name='停车场' namespace='adminChargeDetailParking'></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name='创建时间' namespace='adminChargeDetailParking'></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name='操作' namespace='adminChargeDetailParking'></vc:i18n>
</th>
</tr>
</thead>
<tbody>
<tr v-for="coupon in adminChargeDetailParkingInfo.coupons">
<td class="text-center">{{coupon.shopName}}</td>
<td class="text-center">{{coupon.couponName}}</td>
<td class="text-center">{{coupon.paName}}</td>
<td class="text-center">{{coupon.createTime}}</td>
<td class="text-center">
</td>
</tr>
</tbody>
</table>
<!-- 分页 -->
<div class="row">
<div class="col-sm-4">
</div>
<div class="col-sm-8">
<vc:create namespace="adminChargeDetailParking" path="frame/paginationPlus"></vc:create>
</div>
</div>
</div>
</div>