|
@@ -140,19 +140,7 @@
|
140
|
140
|
</td>
|
141
|
141
|
<td width="35">℃</td>
|
142
|
142
|
<td width='10'></td>
|
143
|
|
- <td width="60">透前血压:</td>
|
144
|
|
- <td width="50">
|
145
|
|
- <div class="under-line">
|
146
|
|
- {{ predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : ""}}
|
147
|
|
- </div>
|
148
|
|
- </td>
|
149
|
|
- <td width='10'>/</td>
|
150
|
|
- <td width="50">
|
151
|
|
- <div class="under-line">
|
152
|
|
- {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : "" }}
|
153
|
|
- </div>
|
154
|
|
- </td>
|
155
|
|
- <td width='30'>mmHg</td>
|
|
143
|
+
|
156
|
144
|
<td></td>
|
157
|
145
|
</tr>
|
158
|
146
|
</tbody>
|
|
@@ -260,6 +248,19 @@
|
260
|
248
|
|
261
|
249
|
</div>
|
262
|
250
|
</td>
|
|
251
|
+ <td width="60">透前血压:</td>
|
|
252
|
+ <td width="50">
|
|
253
|
+ <div class="under-line">
|
|
254
|
+ {{ predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : ""}}
|
|
255
|
+ </div>
|
|
256
|
+ </td>
|
|
257
|
+ <td width='10'>/</td>
|
|
258
|
+ <td width="50">
|
|
259
|
+ <div class="under-line">
|
|
260
|
+ {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : "" }}
|
|
261
|
+ </div>
|
|
262
|
+ </td>
|
|
263
|
+ <td width='30'>mmHg</td>
|
263
|
264
|
<td></td>
|
264
|
265
|
</tr>
|
265
|
266
|
</tbody>
|