|
@@ -1062,7 +1062,7 @@
|
1062
|
1062
|
<!-- 钠浓度(mmol/L)/温度°C -->
|
1063
|
1063
|
<td>
|
1064
|
1064
|
{{ monitor.sodium_concentration ? monitor.sodium_concentration : "0" }} /
|
1065
|
|
- {{ monitor.temperature ? monitor.temperature : '0' }}
|
|
1065
|
+ {{ monitor.dialysate_temperature ? monitor.dialysate_temperature : '0' }}
|
1066
|
1066
|
</td>
|
1067
|
1067
|
|
1068
|
1068
|
<td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
|
|
@@ -3207,13 +3207,13 @@ export default {
|
3207
|
3207
|
width: 50%;
|
3208
|
3208
|
}
|
3209
|
3209
|
|
3210
|
|
-.under_line::before {
|
|
3210
|
+/* .under_line::before {
|
3211
|
3211
|
content: "\00A0";
|
3212
|
3212
|
}
|
3213
|
3213
|
|
3214
|
3214
|
.under_line::after {
|
3215
|
3215
|
content: "\00A0";
|
3216
|
|
-}
|
|
3216
|
+} */
|
3217
|
3217
|
|
3218
|
3218
|
.flex {
|
3219
|
3219
|
display: -webkit-box;
|