{
field: 'title', title: __('标题'),
formatter: function(value){
if(value.length > 20){
return value.toString().substr(0, 20) + '...';
}else{
return value;
}
}
},
{
field: 'title', title: __('标题'),
formatter: function(value){
if(value.length > 20){
return value.toString().substr(0, 20) + '...';
}else{
return value;
}
}
},
本文标题:fastadmin后台列表中字段内容截取
本文链接:https://www.haomeiwen.com/subject/gxhekdtx.html
网友评论