|
@@ -43,32 +43,30 @@
|
43
|
43
|
</div>
|
44
|
44
|
</div>
|
45
|
45
|
|
46
|
|
- <div class="inline_block" style="width:100%;">
|
|
46
|
+ <div class="inline_block" style="width:100%;height:100%">
|
47
|
47
|
<span style="font-size:20px">初步诊断:</span>
|
48
|
48
|
<div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
|
49
|
|
-
|
50
|
49
|
</div>
|
51
|
50
|
</div>
|
52
|
51
|
|
53
|
|
- <div class="inline_block" style="width:100%;">
|
|
52
|
+ <div class="inline_block" style="width:100%;height:100%">
|
54
|
53
|
<span style="font-size:20px"> 诊断依据:</span>
|
55
|
|
- <div v-html="hosDetail.diagnostic_basis" class="printP" style="text-indent:20px">
|
56
|
|
-
|
57
|
|
- </div>
|
|
54
|
+ <span v-html="hosDetail.diagnostic_basis" class="printP" style="text-indent:20px">
|
|
55
|
+ </span>
|
58
|
56
|
</div>
|
59
|
57
|
|
60
|
58
|
<div class="inline_block" style="width:100%;">
|
61
|
59
|
<span style="font-size:20px">鉴别诊断:</span>
|
62
|
|
- <div v-html="hosDetail.differential_diagnosis" class="printP" style="text-indent:20px">
|
|
60
|
+ <span v-html="hosDetail.differential_diagnosis" class="printP" style="text-indent:20px">
|
63
|
61
|
|
64
|
|
- </div>
|
|
62
|
+ </span>
|
65
|
63
|
</div>
|
66
|
64
|
|
67
|
65
|
<div class="inline_block" style="width:100%;">
|
68
|
66
|
<span style="font-size:20px">诊疗计划:</span>
|
69
|
|
- <div v-html="hosDetail.treatment_plan" class="printP" style="text-indent:20px">
|
|
67
|
+ <span v-html="hosDetail.treatment_plan" class="printP" style="text-indent:20px">
|
70
|
68
|
|
71
|
|
- </div>
|
|
69
|
+ </span>
|
72
|
70
|
</div>
|
73
|
71
|
|
74
|
72
|
<div class="inline_block" style="float:right;margin-right:50px">
|