浮动提示方法tooltip支持弹窗

This commit is contained in:
RuoYi
2019-10-18 17:59:54 +08:00
parent 0ebd155be4
commit a3e946b57e
2 changed files with 5 additions and 5 deletions

View File

@ -111,7 +111,7 @@
title: '备注',
align: 'center',
formatter: function(value, row, index) {
return $.table.tooltip(value, 10, 1);
return $.table.tooltip(value, 10, "open");
}
},
{