|
@@ -37,21 +37,21 @@
|
37
|
37
|
|
38
|
38
|
<div class="inline_block" style="width:100%;">
|
39
|
39
|
<span style="font-size:20px"> 诊断依据:</span>
|
40
|
|
- <div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
|
|
40
|
+ <div v-html="hosDetail.diagnostic_basis" class="printP" style="text-indent:20px">
|
41
|
41
|
|
42
|
42
|
</div>
|
43
|
43
|
</div>
|
44
|
44
|
|
45
|
45
|
<div class="inline_block" style="width:100%;">
|
46
|
46
|
<span style="font-size:20px">鉴别诊断:</span>
|
47
|
|
- <div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
|
|
47
|
+ <div v-html="hosDetail.differential_diagnosis" class="printP" style="text-indent:20px">
|
48
|
48
|
|
49
|
49
|
</div>
|
50
|
50
|
</div>
|
51
|
51
|
|
52
|
52
|
<div class="inline_block" style="width:100%;">
|
53
|
53
|
<span style="font-size:20px">诊疗计划:</span>
|
54
|
|
- <div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
|
|
54
|
+ <div v-html="hosDetail.treatment_plan" class="printP" style="text-indent:20px">
|
55
|
55
|
|
56
|
56
|
</div>
|
57
|
57
|
</div>
|