Explorar o código

未整改病例更改为时效性相关统计 表单页面间隙更改#5611

morphone1995 %!s(int64=4) %!d(string=hai) anos
pai
achega
5e16850b0f

+ 2 - 2
src/css/qcListOutHospital.less

@@ -23,8 +23,8 @@ h2{
 .main-body{
     .main-body-com;
     border: none;
-    // border:10px @disColor solid;
-    border-left:10px @disColor solid;
+    border:10px @disColor solid;
+    // border-left:10px @disColor solid;
     margin: 44px 0 0;
     min-width: 1090px;
     min-height: calc(100% - 84px);

+ 2 - 2
src/css/readmission.less

@@ -23,8 +23,8 @@ h2{
 .main-body{
     .main-body-com;
     border: none;
-    // border:10px @disColor solid;
-    border-left:10px @disColor solid;
+    border:10px @disColor solid;
+    // border-left:10px @disColor solid;
     margin: 44px 0 0;
     min-width: 1090px;
     min-height: calc(100% - 84px);

+ 2 - 2
src/css/uccDetail.less

@@ -23,8 +23,8 @@ h2{
 .main-body{
     .main-body-com;
     border: none;
-    // border:10px @disColor solid;
-    border-left:10px @disColor solid;
+    border:10px @disColor solid;
+    // border-left:10px @disColor solid;
     margin: 44px 0 0;
     min-width: 1090px;
     min-height: calc(100% - 84px);

+ 1 - 1
src/html/uccDetail.html

@@ -5,7 +5,7 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
-    <title>病历质控评分</title>
+    <title>时效性相关统计/缺陷详情</title>
     
 </head>
 

+ 2 - 2
src/html/uncorrectedCasesStatistics.html

@@ -5,13 +5,13 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
-    <title>未整改病历统计</title>
+    <title>时效性相关统计</title>
 </head>
 
 <body>
 <div class="container partDetailControl">
     <div class="partTitle">
-        <p>未整改病历统计</p>
+        <p>时效性相关统计</p>
         <div class="dateDetail fr">
 
         </div>

+ 1 - 1
src/js/uccDetail.js

@@ -78,7 +78,7 @@ if(from==2){
     deptIdTemp=deptListDept[0]&&deptListDept[0].deptId;
     $('.selectDept').html(deptName)
 }else if(from==3){
-  $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatistics.html">未整改病历统计 / </a>缺陷详情`)
+  $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatistics.html">时效性相关统计 / </a>缺陷详情`)
 }else{
     $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>缺陷详情`)
 }

+ 1 - 1
src/js/uncorrectedCasesStatistics.js

@@ -429,7 +429,7 @@ $(function() {
         endDate:endDateParam,
       }
       expJson(api.unModifyMRStatisticsExport,param).then(res =>{
-          downloadExportedData(res.data, "未整改病历统计.xls")
+          downloadExportedData(res.data, "时效性相关统计.xls")
       })
       
       //  初始渲染TableTitle