Browse Source

提交代码

陈少旭 1 year ago
parent
commit
5c6ea92f6d
1 changed files with 15 additions and 0 deletions
  1. 15 0
      src/xt_pages/outpatientDoctorStation/template/printThree.vue

+ 15 - 0
src/xt_pages/outpatientDoctorStation/template/printThree.vue View File

22
               style="width: 100%"
22
               style="width: 100%"
23
               alt=""
23
               alt=""
24
           /></span>
24
           /></span>
25
+
26
+          <span v-if="org_id == 10537">
27
+            <img
28
+              src="https://kuyi.shengws.com/xuwenshou.jpg"
29
+              style="width: 100%"
30
+              alt=""
31
+            /></span>
32
+
25
           <div class="printTitle">
33
           <div class="printTitle">
26
             处方笺
34
             处方笺
27
             <span
35
             <span
247
               style="width: 100%"
255
               style="width: 100%"
248
               alt=""
256
               alt=""
249
           /></span>
257
           /></span>
258
+
259
+          <span v-if="org_id == 10537">
260
+            <img
261
+              src="https://kuyi.shengws.com/xuwenwei.jpg"
262
+              style="width: 100%"
263
+              alt=""
264
+            /></span>
250
           <!-- <div class="doctorBox">
265
           <!-- <div class="doctorBox">
251
               <p>医师:{{item.doctor?item.doctor:""}}</p>
266
               <p>医师:{{item.doctor?item.doctor:""}}</p>
252
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
267
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>