v1.0.0.0727
This commit is contained in:
parent
5462a893a0
commit
80d87535c8
@ -58,7 +58,7 @@ class Label extends Component{
|
|||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
if(sels.length && conf && conf.template){
|
if(sels.length && conf && conf.template){
|
||||||
html = conf.template({data, arr: sels});
|
html = conf.template(data, sels);
|
||||||
}else{
|
}else{
|
||||||
html = sels.map(sel => sel[name]).join(',')
|
html = sels.map(sel => sel[name]).join(',')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user