|
@@ -46,7 +46,7 @@
|
46
|
46
|
<div class="under_line_two" style="width: 500px;text-align: left">{{record.patient.diagnose}}</div>
|
47
|
47
|
</div>
|
48
|
48
|
</div>
|
49
|
|
- <div class="row" :class="record.monitor_records.length > 8 ? 'margin-bottom-300': ''">
|
|
49
|
+ <div class="row">
|
50
|
50
|
<table class="proj_table">
|
51
|
51
|
<tbody>
|
52
|
52
|
<tr><td colspan="2">一、透析前护理评估:</td></tr>
|
|
@@ -281,6 +281,8 @@
|
281
|
281
|
</tbody>
|
282
|
282
|
</table>
|
283
|
283
|
</div>
|
|
284
|
+ <div v-if="record.monitor_records.length > 8 " :class="record.monitor_records.length > 8 ? 'margin-bottom-300': ''" style="text-align:center;margin-top:10px;">1</div>
|
|
285
|
+
|
284
|
286
|
<template v-if="record.monitor_records.length > 8 ">
|
285
|
287
|
<div class="order-yy-name">{{orgname}}</div>
|
286
|
288
|
<div class="order_title">血液净化专科护理记录单</div>
|
|
@@ -322,7 +324,7 @@
|
322
|
324
|
</div>
|
323
|
325
|
</div>
|
324
|
326
|
</template>
|
325
|
|
- <div class="row" :style="record.monitor_records.length <= 8 ? 'margin-top:-11px':''" :class="record.monitor_records.length > 8 ? 'margin-bottom-900':'margin-bottom-300'">
|
|
327
|
+ <div class="row" :style="record.monitor_records.length <= 8 ? 'margin-top:-11px':''">
|
326
|
328
|
<table class="proj_table" >
|
327
|
329
|
<tbody>
|
328
|
330
|
<tr v-if="record.monitor_records2.length > 0">
|
|
@@ -539,6 +541,8 @@
|
539
|
541
|
</tbody>
|
540
|
542
|
</table>
|
541
|
543
|
</div>
|
|
544
|
+ <div v-if="record.monitor_records.length > 8" :class="record.monitor_records.length > 8 ? 'margin-bottom-900':'margin-bottom-300'" style="text-align:center;margin-top:10px;">2</div>
|
|
545
|
+ <div v-else class="margin-bottom-300" style="text-align:center;margin-top:10px;">1</div>
|
542
|
546
|
<div class="order-yy-name">{{orgname}}</div>
|
543
|
547
|
<div class="order_title">血液净化科医嘱及执行单</div>
|
544
|
548
|
<div class="row" >
|
|
@@ -760,7 +764,7 @@
|
760
|
764
|
</tr>
|
761
|
765
|
</tbody>
|
762
|
766
|
</table>
|
763
|
|
- <table class="print-table-no" border="1" style="border-top:0;" count="0" :style="record.advices2.length > 0 ? 'margin-bottom:350px;border-top:0;':'border-top:0;'">
|
|
767
|
+ <table class="print-table-no" border="1" style="border-top:0;" count="0">
|
764
|
768
|
<tbody>
|
765
|
769
|
<tr style="line-height:35px;padding:8px 5px;">
|
766
|
770
|
<td colspan="7" style="font-size: 18px">医嘱</td>
|
|
@@ -816,6 +820,7 @@
|
816
|
820
|
</template>
|
817
|
821
|
</tbody>
|
818
|
822
|
</table>
|
|
823
|
+ <div :style="record.advices2.length > 0 ? 'margin-bottom:350px;border-top:0;text-align:center;margin-top:10px;':'border-top:0;text-align:center;margin-top:10px;'" >1</div>
|
819
|
824
|
|
820
|
825
|
<template v-if="record.advices2.length > 0">
|
821
|
826
|
<div class="order-yy-name">{{orgname}}</div>
|
|
@@ -910,6 +915,7 @@
|
910
|
915
|
</template>
|
911
|
916
|
</tbody>
|
912
|
917
|
</table>
|
|
918
|
+ <div style="text-align:center;margin-top:10px;" >2</div>
|
913
|
919
|
</template>
|
914
|
920
|
</div>
|
915
|
921
|
</div>
|