|
@@ -4,16 +4,21 @@
|
4
|
4
|
<p>{{title}}</p><span class="line"></span></h2>
|
5
|
5
|
<div class="plate ">
|
6
|
6
|
<ul>
|
7
|
|
- <li v-if="isShow('透后体重')">
|
8
|
|
- <label for="thtz">透后体重 : </label>
|
9
|
|
- <span class="content" id="thtz">{{weight_after?weight_after:''}}</span>
|
10
|
|
- <span class="unit">{{weight_after?'kg':''}}</span>
|
|
7
|
+ <li v-if="isShow('舒张压')">
|
|
8
|
+ <label for="szy">舒张压 : </label>
|
|
9
|
+ <span id="szy" class="content">{{diastolic_blood_pressure?diastolic_blood_pressure:''}}</span>
|
|
10
|
+ <span class="unit">{{diastolic_blood_pressure?'mmHg':''}}</span>
|
11
|
11
|
</li>
|
12
|
12
|
<li v-if="isShow('收缩压')">
|
13
|
13
|
<label for="ssy">收缩压 : </label>
|
14
|
14
|
<span class="content" id="ssy">{{systolic_blood_pressure?systolic_blood_pressure:''}}</span>
|
15
|
15
|
<span class="unit">{{systolic_blood_pressure?'mmHg':''}}</span>
|
16
|
16
|
</li>
|
|
17
|
+ <li v-if="isShow('透后体重')">
|
|
18
|
+ <label for="thtz">透后体重 : </label>
|
|
19
|
+ <span class="content" id="thtz">{{weight_after?weight_after:''}}</span>
|
|
20
|
+ <span class="unit">{{weight_after?'kg':''}}</span>
|
|
21
|
+ </li>
|
17
|
22
|
<li v-if="isShow('实际超滤量')">
|
18
|
23
|
<label for="sjcll">实际超滤量: </label>
|
19
|
24
|
<span class="content" id="sjcll">{{actual_ultrafiltration?actual_ultrafiltration:''}}</span>
|
|
@@ -57,6 +62,10 @@
|
57
|
62
|
<span id="ml" class="content">{{pulse_frequency?pulse_frequency:''}}</span>
|
58
|
63
|
<span class="unit">{{pulse_frequency?'次/分':''}}</span>
|
59
|
64
|
</li>
|
|
65
|
+ <li v-if="isShow('血管通路部位')">
|
|
66
|
+ <label for="xgtl">血管通路部位 : </label>
|
|
67
|
+ <span id="xgtl" class="content">{{blood_access_part}}</span>
|
|
68
|
+ </li>
|
60
|
69
|
|
61
|
70
|
<li v-if="isShow('血管通路操作')">
|
62
|
71
|
<label for="xgtlcz">血管通路操作: </label>
|
|
@@ -71,11 +80,7 @@
|
71
|
80
|
<span class="content" id="tzjs">{{weight_loss?weight_loss:''}}</span>
|
72
|
81
|
<span class="unit">{{weight_loss?'kg':''}}</span>
|
73
|
82
|
</li>
|
74
|
|
- <li v-if="isShow('舒张压')">
|
75
|
|
- <label for="szy">舒张压 : </label>
|
76
|
|
- <span id="szy" class="content">{{diastolic_blood_pressure?diastolic_blood_pressure:''}}</span>
|
77
|
|
- <span class="unit">{{diastolic_blood_pressure?'mmHg':''}}</span>
|
78
|
|
- </li>
|
|
83
|
+
|
79
|
84
|
<li v-if="isShow('实际置换量')">
|
80
|
85
|
<label for="sjzhl">实际置换量 : </label>
|
81
|
86
|
<span id="sjzhl" class="content">{{actual_displacement?actual_displacement:''}}</span>
|
|
@@ -85,10 +90,7 @@
|
85
|
90
|
<label for="thzz">透后症状 : </label>
|
86
|
91
|
<span id="thzz" class="content">{{symptom_after_dialysis}}</span>
|
87
|
92
|
</li>
|
88
|
|
- <li v-if="isShow('血管通路部位')">
|
89
|
|
- <label for="xgtl">血管通路部位 : </label>
|
90
|
|
- <span id="xgtl" class="content">{{blood_access_part}}</span>
|
91
|
|
- </li>
|
|
93
|
+
|
92
|
94
|
<li v-if="isShow('并发症')">
|
93
|
95
|
<label for="bfz">并发症: </label>
|
94
|
96
|
<span id="bfz" class="content">{{complication}}</span>
|