Эх сурвалжийг харах

人社局加密接口对接

sandm 2 жил өмнө
parent
commit
2f855958f2

+ 4 - 0
public/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js

@@ -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');
+    });
 });