From ec2e220be34287e64732076e2792acbed51400a6 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Wed, 13 Jul 2022 18:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/designer/scripts/diagraming/designer.core.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js index 2ececac0..79cebc73 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js @@ -4530,16 +4530,17 @@ var Designer = { } if (jjj.showType == "text" || jjj.showType == "attr") { //判断如果岗位多个数据,...显示 by zhaolei - if (jjj.value != "") { + /* if (jjj.value != "") { var lenth = jjj.value.match(/,/g).length; if (lenth >= 2) { var index1 = jjj.value.indexOf(","); var index2 = jjj.value.indexOf(",", index1 + 1); l += jjj.value.substr(0, index2) + "..."; } else { - l += jjj.value + l += jjj.value; } - } + }*/ + l += jjj.value; } else { if (jjj.showType == "icon") {