Selaa lähdekoodia

Merge branch 'lc_upvote_250220' into uat

lichen 9 kuukautta sitten
vanhempi
commit
08cf1bbf26

+ 4 - 1
suishenbang-admin/src/main/resources/templates/system/upvoteLog/upvoteLog.html

@@ -132,7 +132,10 @@
                 },
                 {
                     field : 'alertTitle',
-                    title : '弹框标题'
+                    title : '弹框标题',
+                    formatter: function(value, row, index) {
+                        return $.table.tooltip(value); // 使用tooltip显示完整内容
+                    }
                 },
                 {
                     field : 'alertContent',