部署
This commit is contained in:
parent
7c066649b5
commit
2d7b10e410
@ -4529,8 +4529,8 @@ var Designer = {
|
||||
l = j.name + ": "
|
||||
}
|
||||
if (jjj.showType == "text" || jjj.showType == "attr") {
|
||||
|
||||
//判断如果岗位多个数据,...显示 by zhaolei
|
||||
if(jjj.value!=""){
|
||||
var lenth=jjj.value.match(/,/g).length;
|
||||
if(lenth>=2){
|
||||
var index1=jjj.value.indexOf(",");
|
||||
@ -4539,6 +4539,7 @@ var Designer = {
|
||||
}else{
|
||||
l += jjj.value
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
if (jjj.showType == "icon") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user