Browse Source

Merge remote-tracking branch 'origin/riding-24815update' into uat

njs 1 year ago
parent
commit
ac50a4c50b

+ 5 - 1
suishenbang-admin/src/main/resources/templates/system/lantern/lantern.html

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