filterFun: function (value) {
if(value&& value.length > 20) {
value= value.substring(0,20)+ ‘…’;
}
return value;
}

Logo

前往低代码交流专区

更多推荐