From 8934ce2f9bd378b2cefc5375d97e656d7176ae75 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 23 Apr 2020 18:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=91=98=E5=B7=A5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/staff/staff.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/components/staff/staff.html b/public/components/staff/staff.html index 7a7007153..00ee2f0ec 100644 --- a/public/components/staff/staff.html +++ b/public/components/staff/staff.html @@ -84,6 +84,7 @@ 员工ID 名称 + 公司 部门 邮箱 地址 @@ -96,6 +97,7 @@ {{staff.userId}} {{staff.name}} + {{staff.parentOrgName}} {{staff.orgName}} {{staff.email}} {{staff.address}}