From 5122ce2e95afe306ac590d2d20798f00426228f1 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 20 Jul 2021 14:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E7=AE=A1=E7=90=86=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E7=BC=96=E8=BE=91=E7=95=8C=E9=9D=A2=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E5=94=AF=E4=B8=80=E7=BC=96=E7=A0=81=E4=BA=92?= =?UTF-8?q?=E6=8D=A2=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_Org/PersonExplorer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/o2web/source/x_component_Org/PersonExplorer.js b/o2web/source/x_component_Org/PersonExplorer.js index 2afd838620..fb720690f2 100644 --- a/o2web/source/x_component_Org/PersonExplorer.js +++ b/o2web/source/x_component_Org/PersonExplorer.js @@ -732,9 +732,9 @@ MWF.xApplication.Org.PersonExplorer.PersonContent.BaseInfor = new Class({ getContentHtml: function(){ var html = ""; html += "" + - ""; - html += "" + ""; + html += "" + + ""; html += "" + ""; html += "" + -- GitLab
"+this.explorer.app.lp.personName+":"+(this.data.name || "")+""+this.explorer.app.lp.personEmployee+":"+(this.data.employee || "")+"
"+this.explorer.app.lp.personMobile+":"+(this.data.mobile || "")+""+this.explorer.app.lp.personUnique+":"+(this.data.unique || "")+"
"+this.explorer.app.lp.personMobile+":"+(this.data.mobile || "")+""+this.explorer.app.lp.personEmployee+":"+(this.data.employee || "")+"
"+this.explorer.app.lp.personGender+":"+this.getGenderType()+""+this.explorer.app.lp.personSuperior+":"+"
"+this.explorer.app.lp.personMail+":"+(this.data.mail || "")+"