@@ -102,7 +102,11 @@
{
field : 'content',
title : '内容',
- width : '200'
+ width : '200',
+ formatter: function(value, row, index) {
+ return $.table.tooltip(value);
+ }
+
},
field : 'startTime',