|
@@ -191,7 +191,15 @@
|
191
|
191
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1 ? true : false" showValue="临时颈内静脉导管"></label-box>
|
192
|
192
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="临时股静脉导管"></label-box>
|
193
|
193
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('人造血管') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('移植血管') > -1 ? true : false" showValue="其他"></label-box>
|
194
|
|
- <span style="width:50px;display: inline-block;"></span>
|
|
194
|
+
|
|
195
|
+ 穿刺方式:
|
|
196
|
+ <span style="width:60px;display: inline-block;">
|
|
197
|
+ {{ predialysis.puncture_way ? predialysis.puncture_way : "" }}
|
|
198
|
+ </span>
|
|
199
|
+ 位点:
|
|
200
|
+ <span style="width:60px;display: inline-block;">
|
|
201
|
+ {{ predialysis.pinholing ? predialysis.pinholing : "" }}
|
|
202
|
+ </span>
|
195
|
203
|
穿刺者:
|
196
|
204
|
<span style="width:50px;display: inline-block;">
|
197
|
205
|
<span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
|