去掉岗位显示
This commit is contained in:
parent
61f8e1b76f
commit
8ff7ea081a
@ -4523,9 +4523,9 @@ var Designer = {
|
||||
}
|
||||
if (jjj.showType == "text" || jjj.showType == "attr") {
|
||||
|
||||
//l += jjj.value;
|
||||
l += jjj.value;
|
||||
//判断如果岗位多个数据,...显示 by zhaolei
|
||||
if (jjj.value != "") {
|
||||
/*if (jjj.value != "") {
|
||||
var lenth = jjj.value.match(/,/g).length;
|
||||
if (lenth >= 2) {
|
||||
var index1 = jjj.value.indexOf(",");
|
||||
@ -4537,7 +4537,7 @@ var Designer = {
|
||||
|
||||
}else{
|
||||
l += jjj.value;
|
||||
}
|
||||
}*/
|
||||
|
||||
} else {
|
||||
if (jjj.showType == "icon") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user