diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js
index a546b27d..7c754bd9 100755
--- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js
+++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js
@@ -1441,6 +1441,7 @@ function getPrivateAttributeHtml(attributesJsonArray, tbodyId, shape) {
requiredSpan = '*'
}
+ var isdesc=obj.desc==undefined?"":obj.desc;
var constr = '
'
+ ' | ' + objName + requiredSpan + ' | '
+ ' '
@@ -1451,13 +1452,13 @@ function getPrivateAttributeHtml(attributesJsonArray, tbodyId, shape) {
constr = ' |
'
+ ' | ' + objName + requiredSpan + ' | '
+ ' '
- + ' '
+ + ' '
+ ' |
';
} else if (!objReadonly && objType == "number") {
constr = ''
+ ' | ' + objName + requiredSpan + ' | '
+ ' '
- + ' '
+ + ' '
//+ ' '
+ ' |
';
} else if (!objReadonly && objType == "boolean") {
@@ -1481,7 +1482,7 @@ function getPrivateAttributeHtml(attributesJsonArray, tbodyId, shape) {
constr = ''
+ '| ' + objName + requiredSpan + ' | '
+ ''
- + ''
//+ ''
+ ' | '
@@ -1490,11 +1491,12 @@ function getPrivateAttributeHtml(attributesJsonArray, tbodyId, shape) {
flag = true;
// 形状的关联
objIds.push(obj.id);
+
constr = '
'
+ ' | ' + objName + requiredSpan + ' | '
+ ' '
- + ' '
- + ' '
+ + ' '
+ + ' '
+ ' |
';
} else if (objType == "select" || objType == "select_m") {
@@ -1520,14 +1522,14 @@ function getPrivateAttributeHtml(attributesJsonArray, tbodyId, shape) {
constr = ''
+ ' | ' + objName + requiredSpan + ' | '
+ ' '
- + ' '
- + ' '
+ + ' '
+ + ' '
+ ' |
';
} else if (objReadonly && objType == "hidden") {
constr = ''
+ ' | ' + objName + requiredSpan + ' | '
+ ' '
- + ' '
+ + ' '
//+ ''
+ ' |
';
} else if (!objReadonly && objType == "DateTimePicker") {