|
@@ -200,23 +200,23 @@
|
200
|
200
|
<div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
|
201
|
201
|
区域
|
202
|
202
|
</div> -->
|
203
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == ''">
|
|
203
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="dialysisOrder.puncture_way == ''">
|
204
|
204
|
/
|
205
|
205
|
</div>
|
206
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way.indexOf('绳梯')>-1">
|
|
206
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="dialysisOrder.puncture_way.indexOf('绳梯')>-1">
|
207
|
207
|
绳梯
|
208
|
208
|
</div>
|
209
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way.indexOf('扣眼')>-1">
|
|
209
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="dialysisOrder.puncture_way.indexOf('扣眼')>-1">
|
210
|
210
|
扣眼
|
211
|
211
|
</div>
|
212
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way.indexOf('区域')>-1">
|
|
212
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="dialysisOrder.puncture_way.indexOf('区域')>-1">
|
213
|
213
|
区域
|
214
|
214
|
</div>
|
215
|
215
|
</div>
|
216
|
216
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
217
|
217
|
穿刺针:
|
218
|
218
|
<div class="under_line" style="width: 100px;text-align: center">
|
219
|
|
- {{ predialysis.puncture_needle ? predialysis.puncture_needle : "/" }}
|
|
219
|
+ {{ dialysisOrder.puncture_needle ? dialysisOrder.puncture_needle : "/" }}
|
220
|
220
|
</div>
|
221
|
221
|
</div>
|
222
|
222
|
</div>
|
|
@@ -959,7 +959,7 @@
|
959
|
959
|
<div class="inline_block" style="flex:2.5;">
|
960
|
960
|
透析器凝血:
|
961
|
961
|
<div class="under_line" style="width:170px;text-align:center;white-space: normal;">
|
962
|
|
- {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
|
|
962
|
+ {{ dialysisOrder.cruor ? dialysisOrder.cruor : "/" }}
|
963
|
963
|
</div>
|
964
|
964
|
</div>
|
965
|
965
|
<div class="inline_block" style="flex:2;">
|