mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
76 lines
3.6 KiB
HTML
76 lines
3.6 KiB
HTML
<div class="margin-top">
|
|
<div class="row margin-top-lg">
|
|
|
|
</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="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="关联业主" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="身份证" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="手机号" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="状态" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="申请时间" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="手机端类型" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="openId" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
<th class="text-center">
|
|
<vc:i18n name="操作" namespace="aOwnerDetailAppUser"></vc:i18n>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr v-for="appUser in aOwnerDetailAppUserInfo.appUsers">
|
|
<!-- <td class="text-center">{{appUser.appUserId}}</td>
|
|
<td class="text-center">{{appUser.memberId}}</td>
|
|
<td class="text-center">{{appUser.communityId}}</td> -->
|
|
<td class="text-center">{{appUser.communityName}}</td>
|
|
<td class="text-center">{{appUser.appUserName}}</td>
|
|
<td class="text-center">{{appUser.idCard}}</td>
|
|
<td class="text-center">{{appUser.link}}</td>
|
|
<td class="text-center">{{appUser.stateName}}</td>
|
|
<td class="text-center">{{appUser.createTime}}</td>
|
|
<td class="text-center">{{appUser.appTypeName || '-'}}</td>
|
|
<td class="text-center">{{appUser.openId}}</td>
|
|
<td class="text-center">
|
|
<div class="btn-group" v-if="appUser.ownerId && appUser.ownerId != '-1'">
|
|
<button class="btn-white btn btn-xs" v-on:click="_toOwnerDetail(appUser)">
|
|
<vc:i18n name="业主详情" namespace="aOwnerDetailAccount"></vc:i18n>
|
|
</button>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!-- 分页 -->
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
|
|
</div>
|
|
<div class="col-sm-8">
|
|
<vc:create namespace="aOwnerDetailAppUser" path="frame/paginationPlus"></vc:create>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<vc:create path="common/audit" callBackListener="aOwnerDetailAppUser" callBackFunction="auditMessage">
|
|
</vc:create>
|
|
<vc:create path="property/deleteAppUserBindingOwner"></vc:create>
|
|
<vc:create path="frame/resetStaffPwd"></vc:create>
|
|
</div> |