显示提交

This commit is contained in:
zhal 2022-07-17 11:01:49 +08:00
parent 74aae4340d
commit 8a552d6ff6

View File

@ -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") {