Browse Source

Merge branch 'yanshibanben' of http://173.18.12.196:3000/front/AIPlatform into yanshibanben

xiezhiming 8 tháng trước cách đây
mục cha
commit
8c62ff2f25
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 2 2
      src/html/qcScore.html
  2. 3 3
      src/js/index.js

+ 2 - 2
src/html/qcScore.html

@@ -39,7 +39,7 @@
         </li>
     </script>
     <script type="text/html" id="infoTmpl">
-        <button class="refreshBtn">刷新</button>
+        <!-- <button class="refreshBtn">刷新</button> -->
         <span>病案号:${fileCode}</span>
         <span>姓名:${name}</span>
         <span>性别:${sex}</span>
@@ -336,7 +336,7 @@
                         <td class="oper">
                             {{if isDeleted=='N'}}
                                 {{if hasAu}}
-                                    <a class="edit-flaw blue" code="${id}" href="javascript:void(0);">编辑</a> 
+                                    <a class="edit-flaw blue" code="${id}" href="javascript:void(0);">修改</a> 
                                 {{/if}}
                                 {{if hasAu2}}
                                     <a class="del-flaw red" code="${id}" href="javascript:void(0);">删除</a>

+ 3 - 3
src/js/index.js

@@ -107,7 +107,7 @@ $(function () {
     $(this).find('.qiehuan i').html('切换病案质控')
     $('.subtitle').html('AI运行质控平台')
     getMenu()
-    getAuditNumber()
+    // getAuditNumber()
     if (getCookie('checkAuth') == '5') {
       getNewsCount()
     }
@@ -117,7 +117,7 @@ $(function () {
     $(this).find('.qiehuan i').html('切换运行质控')
     $('.subtitle').html('AI病案质控平台')
     getMenu()
-    getAuditNumber()
+    // getAuditNumber()
     if (getCookie('checkAuth') == '5') {
       getNewsCount()
     }
@@ -135,7 +135,7 @@ $(function () {
     }
     $('#contentIframe').attr('src', $('#contentIframe').attr('src'));
     getMenu();
-    getAuditNumber()
+    // getAuditNumber()
     if (getCookie('checkAuth') == '5') {
       getNewsCount()
     }