Quellcode durchsuchen

4676,4677,4679,4680

luolei vor 5 Jahren
Ursprung
Commit
33afe46db6

+ 1 - 0
src/css/assertType.less

@@ -396,5 +396,6 @@
     }
     .assertTypeDel {
         border-right: 1px solid transparent;
+        color: #FF4D4F;
     }
 }

+ 1 - 1
src/css/reset.less

@@ -507,4 +507,4 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
     color: #637192;
     margin-top: 5px;
   }
-}
+}

+ 1 - 1
src/html/assertType.html

@@ -12,7 +12,6 @@
     <div class="container assertType">
         <div class="partTitle">
           <p>质控类型维护</p>
-          <!-- <p><a href="deptConsole.html">控制台(科室) / </a>病案首页合格率占比</p> -->
           <div class="dateDetail fr">
             
           </div>
@@ -26,6 +25,7 @@
                     <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入质控类型">
                 </span>
                 <span class="filter">查询</span>
+                <span class="filterclear abnormalClear">重置</span>
                 <span class="addTypeAssert"><a href="assertTypeDetail.html">添加质控类型</a></span>
             </div>
             <div>

+ 1 - 1
src/html/assertTypeDetail.html

@@ -8,7 +8,7 @@
 <body>
     <div class="container assertTypeDetail">
         <div class="partTitle">
-            <p>质控类型维护/新增</p>
+            <p><a href="assertType.html">质控类型维护 / </a><span>新增</span></p>
             <div class="dateDetail fr">
               
             </div>

+ 2 - 2
src/js/assertTypeDetail.js

@@ -34,10 +34,10 @@ function getList(type){
         })
     }else{
         if(type =='"edit"'){
-            $('.partTitle p').html('质控类型维护/修改')
+            $('.partTitle p span').html('修改')
             submitMsg="修改成功~"
         }else{
-            $('.partTitle p').html('质控类型维护/复制')
+            $('.partTitle p span').html('复制')
             submitMsg="复制成功~"
         }
         post(api.typeGetById,{id: paramId}).then(res =>{