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 1e599eef..438ca53b 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,8 +4530,9 @@ var Designer = { l = j.name + ": " } if (jjj.showType == "text" || jjj.showType == "attr") { + l += jjj.value; //判断如果岗位多个数据,...显示 by zhaolei - if (jjj.value != "") { + /* if (jjj.value != "") { debugger; var lenth = jjj.value.match(/,/g).length; if (lenth >= 2) { @@ -4544,7 +4545,7 @@ var Designer = { }else{ l += jjj.value; - } + }*/ } else { if (jjj.showType == "icon") {