34 lines
1.3 KiB
HTML
34 lines
1.3 KiB
HTML
<div class="">
|
|
<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="aUserDetailStaff"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="员工电话" namespace="aUserDetailStaff"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="物业公司" namespace="aUserDetailStaff"></vc:i18n>
|
|
</th>
|
|
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr v-for="staff in aUserDetailStaffInfo.staffs">
|
|
<td class="text-center">{{staff.name}}</td>
|
|
<td class="text-center">{{staff.tel}}</td>
|
|
<td class="text-center">{{staff.storeName}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!-- 分页 -->
|
|
<div class="row">
|
|
<div class="col-sm-4"></div>
|
|
<div class="col-sm-8">
|
|
<vc:create namespace="aUserDetailStaff" path="frame/paginationPlus"></vc:create>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |