@ -71,7 +71,12 @@
},
{
field: 'content',
title: '配置内容'
title: '配置内容',
formatter: function (value, index) {
if (value.length > 10) {
return "....";
}
field: 'creator',