|
@@ -337,7 +337,7 @@
|
337
|
337
|
<td width="50" style="text-align:left;border:none;">
|
338
|
338
|
<div>
|
339
|
339
|
<span class="under_line" style="width:50px;display:inline-block">
|
340
|
|
- {{ predialysis.pulse_frequency ? predialysis.pulse_frequency : "" }}
|
|
340
|
+ {{ afterdialysis.pulse_frequency ? afterdialysis.pulse_frequency : "" }}
|
341
|
341
|
</span>次/分
|
342
|
342
|
</div>
|
343
|
343
|
</td>
|
|
@@ -377,9 +377,9 @@
|
377
|
377
|
医生签名
|
378
|
378
|
<span style="display: inline-block;width:100px;text-align: left;">
|
379
|
379
|
|
380
|
|
- <span v-if="setAdminUserES(prescription==null?0:prescription.creater) == ''">{{getAdminUser(prescription==null?0:prescription.creater)}}</span>
|
|
380
|
+ <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) == ''">{{getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))}}</span>
|
381
|
381
|
<span v-else style="display:flex;align-items:center;height:36px;">
|
382
|
|
- <img style="height:30px;" :src="setAdminUserES(prescription==null?0:prescription.creater)" alt="" srcset="">
|
|
382
|
+ <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))" alt="" srcset="">
|
383
|
383
|
</span>
|
384
|
384
|
</span>
|
385
|
385
|
|
|
@@ -779,7 +779,7 @@ export default {
|
779
|
779
|
if (this.prescription.anticoagulant == 7) {
|
780
|
780
|
this.prescription.anticoagulant = "低分子肝素钠";
|
781
|
781
|
}
|
782
|
|
-
|
|
782
|
+
|
783
|
783
|
var receiverTreatmentAccess =
|
784
|
784
|
response.data.data.receiverTreatmentAccess
|
785
|
785
|
console.log('接诊评估', this.receiverTreatmentAccess)
|