mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
57 lines
2.3 KiB
HTML
57 lines
2.3 KiB
HTML
<div>
|
|
|
|
<div >
|
|
<div class="col-lg-12 text-right">
|
|
|
|
</div>
|
|
<table class="footable table table-stripped toggle-arrow-tiny margin-top" data-page-size="15">
|
|
<thead>
|
|
<tr>
|
|
<th class="text-center">
|
|
<vc:i18n name="父费用ID" namespace="aFeeDetailSub"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="子费用ID" namespace="aFeeDetailSub"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="费用名称" namespace="aFeeDetailSub"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="费用对象" namespace="aFeeDetailSub"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="计费时间段" namespace="aFeeDetailSub"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="拆分时间" namespace="aFeeDetailSub"></vc:i18n>
|
|
</th>
|
|
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr v-for="sub in aFeeDetailSubInfo.subs">
|
|
<td class="text-center">
|
|
<a target="_blank" :href="'/#/pages/fee/adminFeeDetail?feeId='+sub.preFeeId">{{sub.preFeeId}}</a>
|
|
</td>
|
|
<td class="text-center">
|
|
<a target="_blank" :href="'/#/pages/fee/adminFeeDetail?feeId='+sub.feeId">{{sub.feeId}}</a>
|
|
</td>
|
|
<td class="text-center">{{sub.feeName}}</td>
|
|
<td class="text-center">{{sub.payerObjName}}</td>
|
|
<td class="text-center">{{vc.dateFormat(sub.endTime)}}</br>
|
|
~{{vc.dateFormat(sub.maxTime)}}
|
|
</td>
|
|
<td class="text-center">{{sub.createTime}}</td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="row">
|
|
<div class="col-sm-12 float-right">
|
|
<vc:create namespace="aFeeDetailSub" path="frame/paginationPlus"></vc:create>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div> |