2 İşlemeler 6ceb739d17 ... 08cf1bbf26

Yazar SHA1 Mesaj Tarih
  lichen 08cf1bbf26 Merge branch 'lc_upvote_250220' into uat 9 ay önce
  lichen 4539cd54ab 【修改】弹框日志弹框标题特殊处理 9 ay önce

+ 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',