function(){
var cl = this.category;
if (cl.indexof('建设中')>0 ){
return cl+"<br>"+this.value;
}
else {
return cl+this.value;
//类似这样。就是如果分类中找到建设中的关键字就用br换行。记得设置html解析