显示提交
This commit is contained in:
parent
74aae4340d
commit
8a552d6ff6
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user