소스 검색

人社局加密接口对接

sandm 2 년 전
부모
커밋
2f855958f2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      public/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js

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