微信认证完成

This commit is contained in:
java110 2020-12-11 11:37:32 +08:00
parent 53f738768a
commit a7521145f9
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -12,6 +12,8 @@
stateName: '',
auId: '',
openId: '',
createTime:'',
openName:''
}
},
_initMethod: function () {