|
@@ -344,7 +344,7 @@
|
344
|
344
|
<span style="width:60px;display: inline-block;">穿刺方式:</span>
|
345
|
345
|
<label-box showValue="绳梯" :isChecked="predialysis.puncture_way == 1 ? true : false"></label-box>
|
346
|
346
|
<label-box showValue="扣眼" :isChecked="predialysis.puncture_way == 2 ? true : false"></label-box>
|
347
|
|
- <label-box showValue="其他" :isChecked="predialysis.puncture_way == 3 ? true : predialysis.puncture_way == 4 ? true : false"></label-box>
|
|
347
|
+ <label-box showValue="其他" :isChecked="predialysis.puncture_way != 1 ? true : predialysis.puncture_way != 2 ? true : false"></label-box>
|
348
|
348
|
</td>
|
349
|
349
|
</tr>
|
350
|
350
|
</table>
|