1178232204@qq.com %!s(int64=3) %!d(string=hai) anos
pai
achega
8cfd933d53

+ 15 - 2
src/css/appealExamine.less

@@ -31,9 +31,22 @@ h2 {
 .appeal-history {
   margin-top: 20px;
   .title {
-    font-size: 20px;
+    font-size: 16px;
     font-weight: bold;
+    position: relative;
+    padding-top: 15px;
   }
+  .title::after {
+    content: "";
+    width: 4px;
+    height: 13px;
+    background: #267fd7;
+    position: absolute;
+    left: 0;
+    top: 3px;
+    border-radius: 2px;
+  }
+
   .info {
     margin: 10px 0;
     display: flex;
@@ -136,4 +149,4 @@ h2 {
 }
 .warning {
   display: none;
-}
+}

+ 11 - 11
src/html/appealCheck.html

@@ -77,17 +77,17 @@
                     <thead>
                         <tr class="tabTitle">
                             <th class="recordScoreOpera textCenter" style="width: 65px;">申述人</th>
-                            <th class="beHospitalId textCenter" code="behospital_code">所属科室</th>
-                            <th class="patientNo textCenter" code="file_code">申述时间</th>
-                            <th class="patientName textCenter" code="name" style="width: 100px;">病人住院序号</th>
-                            <th class="patientSex textCenter" code="sex">患者姓名</th>
-                            <th class="patientage textCenter" code="age">申述模块</th>
-                            <th class="bedNum textCenter" code="bed_code">缺陷详情</th>
-                            <th class="inHospitalDate textCenter" code="behospital_date">审核人</th>
-                            <th class="outHospitalDate textCenter desc" code="leave_hospital_date">审核时间</th>
-                            <th class="diagnose textCenter" code="diagnose">操作类型</th>
-                            <th class="doctorName textCenter" code="beh_doctor_name">状态</th>
-                            <th class="doctorName textCenter" code="doctor_name">操作</th>
+                            <th class="beHospitalId textCenter" >所属科室</th>
+                            <th class="patientNo textCenter" >申述时间</th>
+                            <th class="patientName textCenter" style="width: 100px;">病人住院序号</th>
+                            <th class="patientSex textCenter" >患者姓名</th>
+                            <th class="patientage textCenter" >申述模块</th>
+                            <th class="bedNum textCenter" >缺陷详情</th>
+                            <th class="inHospitalDate textCenter" >审核人</th>
+                            <th class="outHospitalDate textCenter " >审核时间</th>
+                            <th class="diagnose textCenter" >操作类型</th>
+                            <th class="doctorName textCenter" >状态</th>
+                            <th class="doctorName textCenter" >操作</th>
                         </tr>
                     </thead>
                     <tbody class="tbody">

+ 11 - 11
src/html/appealHistory.html

@@ -98,17 +98,17 @@
                     <thead>
                         <tr class="tabTitle">
                             <th class="recordScoreOpera textCenter" style="width: 65px;">申述人</th>
-                            <th class="beHospitalId textCenter" code="behospital_code">所属科室</th>
-                            <th class="patientNo textCenter" code="file_code">申述时间</th>
-                            <th class="patientName textCenter" code="name" style="width: 100px;">病人住院序号</th>
-                            <th class="patientSex textCenter" code="sex">患者姓名</th>
-                            <th class="patientage textCenter" code="age">申述模块</th>
-                            <th class="bedNum textCenter" code="bed_code">缺陷详情</th>
-                            <th class="inHospitalDate textCenter" code="behospital_date">审核人</th>
-                            <th class="outHospitalDate textCenter desc" code="leave_hospital_date">审核时间</th>
-                            <th class="diagnose textCenter" code="diagnose">操作类型</th>
-                            <th class="doctorName textCenter" code="beh_doctor_name">状态</th>
-                            <th class="doctorName textCenter" code="doctor_name">操作</th>
+                            <th class="beHospitalId textCenter" >所属科室</th>
+                            <th class="patientNo textCenter" >申述时间</th>
+                            <th class="patientName textCenter" style="width: 100px;">病人住院序号</th>
+                            <th class="patientSex textCenter" >患者姓名</th>
+                            <th class="patientage textCenter" >申述模块</th>
+                            <th class="bedNum textCenter" >缺陷详情</th>
+                            <th class="inHospitalDate textCenter" >审核人</th>
+                            <th class="outHospitalDate textCenter" >审核时间</th>
+                            <th class="diagnose textCenter" >操作类型</th>
+                            <th class="doctorName textCenter" >状态</th>
+                            <th class="doctorName textCenter" >操作</th>
                         </tr>
                     </thead>
                     <tbody class="tbody">

+ 0 - 2
src/js/appealCheck.js

@@ -55,8 +55,6 @@ function getTabData(activePage) {
     const param = {
         current: activePage,
         deptId: deptId.trim(),
-        asc: data_asc,     //升序
-        desc: data_desc,       //降序
         deptName: deptName == "全部" ? "" : deptName || '',
         casesName: casesName,
         operationType: operationType,

+ 0 - 2
src/js/appealHistory.js

@@ -57,8 +57,6 @@ function getTabData(activePage) {
     const param = {
         current: activePage,
         deptId: deptId.trim(),
-        asc: data_asc,     //升序
-        desc: data_desc,       //降序
         deptName: deptName == "全部" ? "" : deptName || '',
         casesName: moduleName,
         operationType: operationType,