diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js index a3bc01ae..104cc494 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js @@ -1457,7 +1457,7 @@ function initProcessDesc() { for(var i = 1; i <= length; i++) { var obj = processDesc[i]; t += ''; - t += '
' + obj.name + ':
'; + t += '
' +'【流程属性】'+ obj.name + ':
'; var value = obj.value; if (value == undefined) { value = ''; @@ -1490,6 +1490,7 @@ function initProcessDesc() { } function autoClickAttr() { + // 属性自动切换 if ($('#openTab').is(':hidden')) { var name = '';