Quellcode durchsuchen

面包屑文本修改

luolei vor 4 Jahren
Ursprung
Commit
e06b7ba22b

+ 1 - 1
src/html/dept/deptScoreDetailControlDept.html

@@ -11,7 +11,7 @@
 <body>
     <div class="container deptScoreDetailControl deptScoreDetailControlDept">
         <div class="partTitle">
-          <p><a href="console.html">控制台 / </a>各科室缺陷占比</p>
+          <p><a href="deptConsole.html">控制台(科室) / </a>各科室缺陷占比</p>
           <!-- <div class="monthYear">
             <span class="mon">本月</span>
             <span class="year">本年</span>

+ 1 - 1
src/js/dept/uccDeptDetail.js

@@ -86,7 +86,7 @@ if(from==2){
 }else if(from==3){
     $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatisticsDept.html">时效性相关统计 / </a>病历列表`)
 }else if(from == 4){
-    $(".partTitle .titlePic ").html(`<a href="uncorrectedCopyDept.html">${isPlacefile==1?'终末病历稽查表':'运行病历稽查表'} / </a>病历列表`)
+    $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台(科室) / </a><a href="uncorrectedCopyDept.html">${isPlacefile==1?'终末病历稽查表':'运行病历稽查表'} / </a>病历列表`)
 }else{
     $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>病历列表`)
 }

+ 4 - 1
src/js/dept/uncorrectedCopyDept.js

@@ -196,7 +196,6 @@ function getTabData(activePage) {
     })
     .catch(e => {});
 }
-
 $('.filter').on('click', function(e) {
   deptName = deptNameTemp;
   behospitalCode = behospitalCodeTemp;
@@ -356,6 +355,10 @@ function bindDeptSelect() {
   });
 }
 
+$(document).on("click",function(){
+  $(".deptList").css("display","none");
+  $('.selectDept .arrow').attr('src', iconDown)
+})
 $('.selectDept').on('focus', function(e) {
   e.stopPropagation();
   $('.selectLevel .arrow').attr('src', iconDown);