|
@@ -113,6 +113,13 @@
|
113
|
113
|
>
|
114
|
114
|
{{ item.name }}
|
115
|
115
|
</div>
|
|
116
|
+ <div
|
|
117
|
+ class="under_line"
|
|
118
|
+ style="width: 100px; text-align: center"
|
|
119
|
+ v-if="!receiverTreatmentAccess.way"
|
|
120
|
+ >
|
|
121
|
+ /
|
|
122
|
+ </div>
|
116
|
123
|
</div>
|
117
|
124
|
|
118
|
125
|
<div class="inline_block">
|
|
@@ -126,6 +133,13 @@
|
126
|
133
|
>
|
127
|
134
|
{{ item.name }}
|
128
|
135
|
</div>
|
|
136
|
+ <div
|
|
137
|
+ class="under_line"
|
|
138
|
+ style="width: 100px; text-align: center"
|
|
139
|
+ v-if="!receiverTreatmentAccess.consciousness"
|
|
140
|
+ >
|
|
141
|
+ /
|
|
142
|
+ </div>
|
129
|
143
|
</div>
|
130
|
144
|
|
131
|
145
|
<div class="inline_block" style="margin-left: 10px">
|
|
@@ -763,30 +777,30 @@
|
763
|
777
|
|
764
|
778
|
<div class="inline_block" style="flex: 1">
|
765
|
779
|
穿刺方式:
|
766
|
|
- <div
|
767
|
|
- class="under_line"
|
768
|
|
- style="width: 100px; text-align: center">
|
769
|
|
- {{
|
770
|
|
- predialysis.puncture_way
|
771
|
|
- ? predialysis.puncture_way
|
772
|
|
- : "/"
|
773
|
|
- }}
|
774
|
|
- </div>
|
775
|
|
-
|
|
780
|
+ <div
|
|
781
|
+ class="under_line"
|
|
782
|
+ style="width: 100px; text-align: center"
|
|
783
|
+ >
|
|
784
|
+ {{
|
|
785
|
+ predialysis.puncture_way
|
|
786
|
+ ? predialysis.puncture_way
|
|
787
|
+ : "/"
|
|
788
|
+ }}
|
|
789
|
+ </div>
|
776
|
790
|
</div>
|
777
|
791
|
|
778
|
792
|
<div class="inline_block" style="flex: 1">
|
779
|
793
|
穿刺针:
|
780
|
|
- <div
|
781
|
|
- class="under_line"
|
782
|
|
- style="width: 100px; text-align: center"
|
783
|
|
- >
|
784
|
|
- {{
|
785
|
|
- predialysis.puncture_needle
|
786
|
|
- ? predialysis.puncture_needle
|
787
|
|
- : "/"
|
788
|
|
- }}
|
789
|
|
- </div>
|
|
794
|
+ <div
|
|
795
|
+ class="under_line"
|
|
796
|
+ style="width: 100px; text-align: center"
|
|
797
|
+ >
|
|
798
|
+ {{
|
|
799
|
+ predialysis.puncture_needle
|
|
800
|
+ ? predialysis.puncture_needle
|
|
801
|
+ : "/"
|
|
802
|
+ }}
|
|
803
|
+ </div>
|
790
|
804
|
</div>
|
791
|
805
|
</div>
|
792
|
806
|
|
|
@@ -1222,7 +1236,11 @@
|
1222
|
1236
|
}}
|
1223
|
1237
|
</td>
|
1224
|
1238
|
<td>
|
1225
|
|
- {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
|
|
1239
|
+ {{
|
|
1240
|
+ monitor.transmembrane_pressure
|
|
1241
|
+ ? monitor.transmembrane_pressure
|
|
1242
|
+ : ""
|
|
1243
|
+ }}
|
1226
|
1244
|
</td>
|
1227
|
1245
|
<td v-if="org_id != 9836">
|
1228
|
1246
|
{{
|
|
@@ -1317,8 +1335,8 @@
|
1317
|
1335
|
dialysisOrder.start_time
|
1318
|
1336
|
"
|
1319
|
1337
|
>【开始透析】
|
1320
|
|
- </template>
|
1321
|
|
-
|
|
1338
|
+ </template>
|
|
1339
|
+
|
1322
|
1340
|
{{ monitor.end }} {{ monitor.symptom }} {{
|
1323
|
1341
|
monitor.dispose
|
1324
|
1342
|
}}
|
|
@@ -1605,6 +1623,13 @@
|
1605
|
1623
|
>
|
1606
|
1624
|
{{ item.name }}
|
1607
|
1625
|
</div>
|
|
1626
|
+ <div
|
|
1627
|
+ class="under_line"
|
|
1628
|
+ style="width: 100px; text-align: center"
|
|
1629
|
+ v-if="!receiverTreatmentAccess.way"
|
|
1630
|
+ >
|
|
1631
|
+ /
|
|
1632
|
+ </div>
|
1608
|
1633
|
<div class="inline_block">
|
1609
|
1634
|
意识状态:
|
1610
|
1635
|
<div
|
|
@@ -1616,6 +1641,13 @@
|
1616
|
1641
|
>
|
1617
|
1642
|
{{ item.name }}
|
1618
|
1643
|
</div>
|
|
1644
|
+ <div
|
|
1645
|
+ class="under_line"
|
|
1646
|
+ style="width: 100px; text-align: center"
|
|
1647
|
+ v-if="!receiverTreatmentAccess.consciousness"
|
|
1648
|
+ >
|
|
1649
|
+ /
|
|
1650
|
+ </div>
|
1619
|
1651
|
</div>
|
1620
|
1652
|
</div>
|
1621
|
1653
|
<div class="inline_block" style="margin-left: 10px">
|
|
@@ -1912,7 +1944,6 @@
|
1912
|
1944
|
? afterdialysis.pip_coagulation
|
1913
|
1945
|
: "/"
|
1914
|
1946
|
}}
|
1915
|
|
-
|
1916
|
1947
|
</div>
|
1917
|
1948
|
</div>
|
1918
|
1949
|
|
|
@@ -2945,7 +2976,7 @@ export default {
|
2945
|
2976
|
return name;
|
2946
|
2977
|
},
|
2947
|
2978
|
setAdminUserES(id) {
|
2948
|
|
- console.log(id,'opo')
|
|
2979
|
+ console.log(id, "opo");
|
2949
|
2980
|
if (id == 0) {
|
2950
|
2981
|
return "";
|
2951
|
2982
|
}
|