From a7521145f9147ce3ddccdc19f51b29c2b2bc317c Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 11 Dec 2020 11:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E8=AE=A4=E8=AF=81=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/property/staffAppAuthManage/staffAppAuthManage.html | 2 ++ public/pages/property/staffAppAuthManage/staffAppAuthManage.js | 2 ++ 2 files changed, 4 insertions(+) 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 () {