页面行字体加粗显示,如:
viewConfig:{
getRowClass: function(record){
return record.get("isRead") == 0 ? "boldFont" : "";
}
}
2018-11-11 18:24:08
浏览 1367
页面行字体加粗显示,如:
viewConfig:{
getRowClass: function(record){
return record.get("isRead") == 0 ? "boldFont" : "";
}
}
随时随地看视频慕课网APP
相关课程
相关阅读