浏览代码

预览患者信息修改

Luolei 6 年之前
父节点
当前提交
273513cafd
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10 10
      src/components/Preview.vue

+ 10 - 10
src/components/Preview.vue

@@ -4,12 +4,14 @@
       <p class="baseMsg">{{pathInfo.patientName}}&nbsp;&nbsp;&nbsp;&nbsp;{{pathInfo.patientSex}}&nbsp;&nbsp;&nbsp;&nbsp;{{pathInfo.patientAge}}岁</p>
       <table>
         <tr>
-          <td class="fst">挂号科室:{{pathInfo.selfDeptName}}</td>
-          <td class="sec">门诊号:{{pathInfo.recordId}}</td>
+          <td colspan="2">挂号科室:{{pathInfo.selfDeptName}}</td>
         </tr>
         <tr>
-          <td class="fst">预约医生:{{pathInfo.doctorName}}</td>
-          <td class="sec">就诊时间:{{pathInfo.systemTime}}</td>
+          <td>门诊号:{{pathInfo.recordId}}</td>
+          <td>预约医生:{{pathInfo.doctorName}}</td>
+        </tr>
+        <tr>
+          <td colspan="2">就诊时间:{{pathInfo.systemTime}}</td>
         </tr>
       </table>
       <div class="line"></div>
@@ -325,12 +327,10 @@ export default {
     color: #333333;
     letter-spacing: 0;
     text-align: justify;
-    line-height: 0.44rem /* 44/100 */;
-    td.fst {
-      width: 40%;
-    }
-    td.sec {
-      width: 60%;
+    margin-top: .2rem;
+    tr {
+      padding: .2rem 0;
+      line-height: .5rem;
     }
   }
   .line {