yq1 il y a 3 semaines
Parent
révision
2512f4d0b6

+ 17 - 1
src/xt_pages/outpatientDoctorStation/checkTemplate/printfour.vue Voir le fichier

@@ -100,7 +100,22 @@
100 100
             </div>
101 101
             <div>
102 102
               医生签字:
103
-              <span style="width: 100px; display: inline-block"></span>
103
+              <img
104
+                v-if="setAdminUserES(advicePrint[0].creator)"
105
+                style="height: 30px"
106
+                :src="setAdminUserES(advicePrint[0].creator)"
107
+                alt=""
108
+                srcset=""
109
+              />
110
+              <span
111
+                style="width: 100px; display: inline-block"
112
+                v-else-if="advicePrint[0].doctor != ''"
113
+              >
114
+                {{ advicePrint[0].doctor ? advicePrint[0].doctor : "" }}
115
+              </span>
116
+              <span v-else>
117
+
118
+              </span>
104 119
             </div>
105 120
           </div>
106 121
         </div>
@@ -254,6 +269,7 @@ export default {
254 269
           })
255 270
           // console.log('ccccccc',this.arr,a);
256 271
           this.prescriptions = advicePrint;
272
+          this.advicePrint.shift()
257 273
           console.log("处方99999222222", response.data.data);
258 274
           var hisPatient = response.data.data.hisPatient;
259 275
           this.adminUser = response.data.data.roles