mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
微信认证完成
This commit is contained in:
parent
53f738768a
commit
a7521145f9
@ -15,6 +15,7 @@
|
||||
<tr>
|
||||
<th class="text-center">员工名称</th>
|
||||
<th class="text-center">认证方式</th>
|
||||
<th class="text-center">认证名称</th>
|
||||
<th class="text-center">认证ID</th>
|
||||
<th class="text-center">认证状态</th>
|
||||
<th class="text-center">认证时间</th>
|
||||
@ -25,6 +26,7 @@
|
||||
<tr>
|
||||
<td class="text-center">{{staffAppAuthManageInfo.staffName}}</td>
|
||||
<td class="text-center">{{staffAppAuthManageInfo.appType}}</td>
|
||||
<td class="text-center">{{staffAppAuthManageInfo.openName}}</td>
|
||||
<td class="text-center">{{staffAppAuthManageInfo.openId}}</td>
|
||||
<td class="text-center">{{staffAppAuthManageInfo.stateName}}</td>
|
||||
<td class="text-center">{{staffAppAuthManageInfo.createTime}}</td>
|
||||
|
||||
@ -12,6 +12,8 @@
|
||||
stateName: '',
|
||||
auId: '',
|
||||
openId: '',
|
||||
createTime:'',
|
||||
openName:''
|
||||
}
|
||||
},
|
||||
_initMethod: function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user