显示提交
This commit is contained in:
parent
74aae4340d
commit
8a552d6ff6
@ -4530,8 +4530,9 @@ var Designer = {
|
|||||||
l = j.name + ": "
|
l = j.name + ": "
|
||||||
}
|
}
|
||||||
if (jjj.showType == "text" || jjj.showType == "attr") {
|
if (jjj.showType == "text" || jjj.showType == "attr") {
|
||||||
|
l += jjj.value;
|
||||||
//判断如果岗位多个数据,...显示 by zhaolei
|
//判断如果岗位多个数据,...显示 by zhaolei
|
||||||
if (jjj.value != "") {
|
/* if (jjj.value != "") {
|
||||||
debugger;
|
debugger;
|
||||||
var lenth = jjj.value.match(/,/g).length;
|
var lenth = jjj.value.match(/,/g).length;
|
||||||
if (lenth >= 2) {
|
if (lenth >= 2) {
|
||||||
@ -4544,7 +4545,7 @@ var Designer = {
|
|||||||
|
|
||||||
}else{
|
}else{
|
||||||
l += jjj.value;
|
l += jjj.value;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (jjj.showType == "icon") {
|
if (jjj.showType == "icon") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user