ソースを参照

修改显示为主管医生

zhangxc 5 年 前
コミット
60ac43c9f0
3 ファイル変更6 行追加6 行削除
  1. 2 2
      src/html/qcList.html
  2. 2 2
      src/html/qcListDept.html
  3. 2 2
      src/html/qcListPerson.html

+ 2 - 2
src/html/qcList.html

@@ -31,7 +31,7 @@
                     <ul class="deptList filterDropList"></ul>
                 </span>
                 <span class="filterItem doctorFilter">
-                    <span>医生(住院/主治/主任):</span>
+                    <span>医生:</span>
                     <input class="doctorInp" type="text" placeholder="请输入医生姓名">
                 </span>
                 
@@ -68,7 +68,7 @@
                     <th class="inHospitalDate textCenter">入院日期</th>
                     <th class="outHospitalDate textCenter">出院日期</th>
                     <th class="doctorName textCenter">住院医生</th>
-                    <th class="doctorName textCenter">主医生</th>
+                    <th class="doctorName textCenter">主医生</th>
                     <th class="doctorName textCenter">主任医生</th>
                     <th class="deptName textCenter">科室</th>
                     <th class="recordLevel textCenter">病历等级</th>

+ 2 - 2
src/html/qcListDept.html

@@ -31,7 +31,7 @@
                     <ul class="deptList filterDropList"></ul>
                 </span>
                 <span class="filterItem typeFilter">
-                    <span>医生(住院/主治/主任):</span>
+                    <span>医生:</span>
                     <input class="doctorInp" type="text" placeholder="请输入医生姓名">
                 </span>
                 
@@ -68,7 +68,7 @@
                     <th class="inHospitalDate textCenter">入院日期</th>
                     <th class="outHospitalDate textCenter">出院日期</th>
                     <th class="doctorName textCenter">住院医生</th>
-                    <th class="doctorName textCenter">主医生</th>
+                    <th class="doctorName textCenter">主医生</th>
                     <th class="doctorName textCenter">主任医生</th>
                     <th class="deptName textCenter">科室</th>
                     <th class="recordLevel textCenter">病历等级</th>

+ 2 - 2
src/html/qcListPerson.html

@@ -31,7 +31,7 @@
                     <ul class="deptList filterDropList"></ul>
                 </span>
                 <span class="filterItem doctorFilter">
-                    <span>医生(住院/主治/主任):</span>
+                    <span>医生:</span>
                     <span class="selectDoctor"> 
                         
                     </span>
@@ -71,7 +71,7 @@
                     <th class="inHospitalDate textCenter">入院日期</th>
                     <th class="outHospitalDate textCenter">出院日期</th>
                     <th class="doctorName textCenter">住院医生</th>
-                    <th class="doctorName textCenter">主医生</th>
+                    <th class="doctorName textCenter">主医生</th>
                     <th class="doctorName textCenter">主任医生</th>
                     <th class="deptName textCenter">科室</th>
                     <th class="recordLevel textCenter">病历等级</th>