diff --git a/public/pages/property/staffAppAuthManage/staffAppAuthManage.html b/public/pages/property/staffAppAuthManage/staffAppAuthManage.html
index e414c5ba2..ed9a4711c 100644
--- a/public/pages/property/staffAppAuthManage/staffAppAuthManage.html
+++ b/public/pages/property/staffAppAuthManage/staffAppAuthManage.html
@@ -15,6 +15,7 @@
| 员工名称 |
认证方式 |
+ 认证名称 |
认证ID |
认证状态 |
认证时间 |
@@ -25,6 +26,7 @@
| {{staffAppAuthManageInfo.staffName}} |
{{staffAppAuthManageInfo.appType}} |
+ {{staffAppAuthManageInfo.openName}} |
{{staffAppAuthManageInfo.openId}} |
{{staffAppAuthManageInfo.stateName}} |
{{staffAppAuthManageInfo.createTime}} |
diff --git a/public/pages/property/staffAppAuthManage/staffAppAuthManage.js b/public/pages/property/staffAppAuthManage/staffAppAuthManage.js
index 0438e5980..a09feebdf 100644
--- a/public/pages/property/staffAppAuthManage/staffAppAuthManage.js
+++ b/public/pages/property/staffAppAuthManage/staffAppAuthManage.js
@@ -12,6 +12,8 @@
stateName: '',
auId: '',
openId: '',
+ createTime:'',
+ openName:''
}
},
_initMethod: function () {