|
@@ -8,7 +8,7 @@
|
8
|
8
|
icon="el-icon-printer"
|
9
|
9
|
@click="printThisPage"
|
10
|
10
|
type="primary"
|
11
|
|
- >打印71
|
|
11
|
+ >打印
|
12
|
12
|
</el-button>
|
13
|
13
|
</div>
|
14
|
14
|
<div class="app-container">
|
|
@@ -314,11 +314,11 @@
|
314
|
314
|
</div>
|
315
|
315
|
<div style="flex: 1;">
|
316
|
316
|
医师签名
|
317
|
|
- <span class="under-line" style="display: inline-block;width: 50%;" v-if="setAdminUserES(record.prescription,'prescription_doctor') == ''">
|
318
|
|
- {{ getAdminUser(record.prescription, 'prescription_doctor')}}
|
|
317
|
+ <span class="under-line" style="display: inline-block;width: 50%;" v-if="setAdminUserES(record.prescription,'creater') == ''">
|
|
318
|
+ {{ getAdminUser(record.prescription, 'creater')}}
|
319
|
319
|
</span>
|
320
|
320
|
<span class="under-line" style="display: inline-block;width: 50%;" v-else>
|
321
|
|
- <img style="height:30px;" :src="setAdminUserES(record.prescription,'prescription_doctor')" alt srcset />
|
|
321
|
+ <img style="height:30px;" :src="setAdminUserES(record.prescription,'creater')" alt srcset />
|
322
|
322
|
</span>
|
323
|
323
|
</div>
|
324
|
324
|
</div>
|
|
@@ -332,7 +332,7 @@
|
332
|
332
|
<div style="flex: 1;">
|
333
|
333
|
透 (滤) 器
|
334
|
334
|
<span class="under-line" style="display: inline-block;width: 50%;" >
|
335
|
|
-
|
|
335
|
+
|
336
|
336
|
{{ record.prescription && record.prescription.dialysis_dialyszers
|
337
|
337
|
? record.prescription.dialysis_dialyszers : "/"
|
338
|
338
|
}}
|
|
@@ -343,8 +343,8 @@
|
343
|
343
|
<div style="flex: 1;">
|
344
|
344
|
灌流器
|
345
|
345
|
<span class="under-line" style="display: inline-block;width: 50%;">
|
346
|
|
- {{ record.prescription && record.prescription.dialysis_irrigation
|
347
|
|
- ? record.prescription.dialysis_irrigation : "/"
|
|
346
|
+ {{ record.prescription && record.prescription.dialysis_irrigation
|
|
347
|
+ ? record.prescription.dialysis_irrigation : "/"
|
348
|
348
|
}}
|
349
|
349
|
</span>
|
350
|
350
|
</div>
|
|
@@ -388,7 +388,7 @@
|
388
|
388
|
<div style="flex: 1;">
|
389
|
389
|
穿刺针
|
390
|
390
|
<span class="under-line" style="display: inline-block;width: 50%;">
|
391
|
|
- {{ record.assessment_before_dislysis && record.assessment_before_dislysis.puncture_needle
|
|
391
|
+ {{ record.assessment_before_dislysis && record.assessment_before_dislysis.puncture_needle
|
392
|
392
|
? record.assessment_before_dislysis.puncture_needle : "/" }}
|
393
|
393
|
</span>
|
394
|
394
|
</div>
|
|
@@ -523,7 +523,7 @@
|
523
|
523
|
{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "/" }}
|
524
|
524
|
</span>
|
525
|
525
|
</td>
|
526
|
|
-
|
|
526
|
+
|
527
|
527
|
<td>
|
528
|
528
|
<span v-if="getTime(monitor.operate_time) != ''">
|
529
|
529
|
{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}
|
|
@@ -540,7 +540,7 @@
|
540
|
540
|
{{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}
|
541
|
541
|
</span>
|
542
|
542
|
</td>
|
543
|
|
-
|
|
543
|
+
|
544
|
544
|
<td>
|
545
|
545
|
<span v-if="getTime(monitor.operate_time) != ''">
|
546
|
546
|
{{
|
|
@@ -718,8 +718,8 @@
|
718
|
718
|
<div style="flex:1">
|
719
|
719
|
医师签名
|
720
|
720
|
<div class="under-line" style="display: inline-block;width: 50%;">
|
721
|
|
- <span v-if="setAdminUserES(record.prescription, 'prescription_doctor') == ''">{{getAdminUser(record.prescription, 'prescription_doctor')}}</span>
|
722
|
|
- <img class="es-img" :src="setAdminUserES(record.prescription, 'prescription_doctor')" alt="" srcset="" v-else style="height: 30px;">
|
|
721
|
+ <span v-if="setAdminUserES(record.prescription, 'creater') == ''">{{getAdminUser(record.prescription, 'creater')}}</span>
|
|
722
|
+ <img class="es-img" :src="setAdminUserES(record.prescription, 'creater')" alt="" srcset="" v-else style="height: 30px;">
|
723
|
723
|
</div>
|
724
|
724
|
</div>
|
725
|
725
|
<div style="flex:1">
|