Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 2 weeks ago
parent
commit
12c916c630
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/xt_pages/outpatientDoctorStation/template/printTwoteen.vue

+ 3 - 4
src/xt_pages/outpatientDoctorStation/template/printTwoteen.vue View File

@@ -12,8 +12,7 @@
12 12
         <div class="printTitle" v-if="prescriptions[index].med_type == '1112'">
13 13
           {{ orgname }}第二类精神处方笺
14 14
         </div> -->
15
-        <div
16
-          class="printTitle"
15
+        <div class="printTitle"
17 16
           v-if="
18 17
             prescriptions[index].med_type != '1111' &&
19 18
             prescriptions[index].med_type != '1112'
@@ -61,7 +60,7 @@
61 60
             </div>
62 61
             <div style="display: flex;width: 100%;">
63 62
               <div style="flex: 1;">
64
-                临床诊断:{{ item.info ? getDepart(item.info.departments) : "" }}
63
+                临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
65 64
               </div>
66 65
               <div style="flex: 1;">
67 66
                 开具日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
@@ -115,7 +114,7 @@
115 114
                   </div>
116 115
                   <div style="display: flex;width: 100%;">
117 116
                     <div style="flex: 1;">
118
-                      临床诊断:{{ item.info ? getDepart(item.info.departments) : "" }}
117
+                      临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
119 118
                     </div>
120 119
                     <div style="flex: 1;">
121 120
                       开具日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}