浏览代码

处方笺

huangyw 3 年前
父节点
当前提交
e756f228bc
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/xt_pages/outpatientDoctorStation/template/printSix.vue

+ 3 - 3
src/xt_pages/outpatientDoctorStation/template/printSix.vue 查看文件

@@ -28,7 +28,7 @@
28 28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
29 29
           <p style="width: 150px">费别:</p>
30 30
           <p style="width: 210px" v-if="hisPatient.number.length <= 11">
31
-            门诊号:12345678912{{ hisPatient.number ? hisPatient.number : "" }}
31
+            门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
32 32
           </p>
33 33
 
34 34
           <p style="text-align: right; width: 155px">
@@ -62,8 +62,8 @@
62 62
         <div class="infoTitle" style="border-bottom: 1px solid #000">
63 63
           <p style="width:100%">地址:{{ item.patient.home_address }}</p>
64 64
         </div>
65
-        <div class="infoTitle">
66
-          <p style="width:100%">诊断:{{ getDiagnosis(item.info.diagnosis) }}</p>
65
+        <div class="infoMain">
66
+          <div style="display:flex;width:100%">诊断:{{ getDiagnosis(item.info.diagnosis) }}</div>
67 67
         </div>
68 68
 
69 69
         <div class="prescriptionBox">