|
@@ -174,4 +174,8 @@ $(function () {
|
|
|
}*/
|
|
|
var id = $("#id").val();
|
|
|
Feng.getCheckLog("logTable", {"type": 10, "mainId": id, "typeFileId": "", "active": 1})
|
|
|
+ $(".fa").bind("mouseover", function () {
|
|
|
+ var htm = $(this).data('msg');
|
|
|
+ $(this).webuiPopover({title: '详情', content: htm, trigger: 'hover'}).webuiPopover('show');
|
|
|
+ });
|
|
|
});
|