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") {