Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/components/staff/aStaffDetailAppAuth/aStaffDetailAppAuth.html
2025-12-09 20:22:03 +08:00

52 lines
2.3 KiB
HTML

<div class="">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-2"></div>
<div class="col-lg-8 text-right">
<button type="button" class="btn btn-white btn-sm" v-on:click="_qureyAStaffDetailAppAuth()">
<i class="fa fa-refresh"></i><vc:i18n name="刷新" namespace="aStaffDetailAppAuth"></vc:i18n>
</button>
</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="aStaffDetailAppAuth"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="认证方式" namespace="aStaffDetailAppAuth"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="认证名称" namespace="aStaffDetailAppAuth"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="认证ID" namespace="aStaffDetailAppAuth"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="认证状态" namespace="aStaffDetailAppAuth"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="认证时间" namespace="aStaffDetailAppAuth"></vc:i18n>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-center">{{aStaffDetailAppAuthInfo.staffName}}</td>
<td class="text-center">{{aStaffDetailAppAuthInfo.appType}}</td>
<td class="text-center">{{aStaffDetailAppAuthInfo.openName}}</td>
<td class="text-center">{{aStaffDetailAppAuthInfo.openId}}</td>
<td class="text-center">{{aStaffDetailAppAuthInfo.stateName}}</td>
<td class="text-center">{{aStaffDetailAppAuthInfo.createTime}}</td>
</tr>
</tbody>
</table>
<!-- 分页 -->
<div class="row">
<div class="col-sm-4"></div>
<div class="col-sm-8"></div>
</div>
</div>
</div>