|
@@ -1383,7 +1383,7 @@
|
1383
|
1383
|
</tr> -->
|
1384
|
1384
|
<tr>
|
1385
|
1385
|
<td width="70">拔针压迫:</td>
|
1386
|
|
- <td width="300">
|
|
1386
|
+ <td width="350">
|
1387
|
1387
|
<div style="display:flex;justify-content:space-between;">
|
1388
|
1388
|
<label-box
|
1389
|
1389
|
showValue="自己压迫"
|
|
@@ -1405,6 +1405,12 @@
|
1405
|
1405
|
afterdialysis.hemostasis_opera == 1 ? true : false
|
1406
|
1406
|
"
|
1407
|
1407
|
></label-box>
|
|
1408
|
+ <label-box
|
|
1409
|
+ showValue="内瘘止血带"
|
|
1410
|
+ :isChecked="
|
|
1411
|
+ afterdialysis.hemostasis_opera == 4 ? true : false
|
|
1412
|
+ "
|
|
1413
|
+ ></label-box>
|
1408
|
1414
|
</div>
|
1409
|
1415
|
</td>
|
1410
|
1416
|
<td width="50"></td>
|
|
@@ -1663,24 +1669,24 @@
|
1663
|
1669
|
></label-box>
|
1664
|
1670
|
</div>
|
1665
|
1671
|
</td>
|
1666
|
|
- <td width="80"></td>
|
1667
|
|
- <td width="60">管路:</td>
|
1668
|
|
- <td width="220">
|
1669
|
|
- <div style="display:flex;justify-content:space-between;">
|
1670
|
|
- <label-box showValue="无" :isChecked="
|
1671
|
|
- afterdialysis.channel == 1 ? true : false
|
1672
|
|
- "></label-box>
|
1673
|
|
- <label-box showValue="+" :isChecked="
|
1674
|
|
- afterdialysis.channel == 2 ? true : false
|
1675
|
|
- "></label-box>
|
1676
|
|
- <label-box showValue="+ +" :isChecked="
|
1677
|
|
- afterdialysis.channel == 3 ? true : false
|
1678
|
|
- "></label-box>
|
1679
|
|
- <label-box showValue="+ + +" :isChecked="
|
1680
|
|
- afterdialysis.channel == 4 ? true : false
|
1681
|
|
- "></label-box>
|
1682
|
|
- </div>
|
1683
|
|
- </td>
|
|
1672
|
+ <!--<td width="80"></td>-->
|
|
1673
|
+ <!--<td width="60">管路:</td>-->
|
|
1674
|
+ <!--<td width="220">-->
|
|
1675
|
+ <!--<div style="display:flex;justify-content:space-between;">-->
|
|
1676
|
+ <!--<label-box showValue="无" :isChecked="-->
|
|
1677
|
+ <!--afterdialysis.channel == 1 ? true : false-->
|
|
1678
|
+ <!--"></label-box>-->
|
|
1679
|
+ <!--<label-box showValue="+" :isChecked="-->
|
|
1680
|
+ <!--afterdialysis.channel == 2 ? true : false-->
|
|
1681
|
+ <!--"></label-box>-->
|
|
1682
|
+ <!--<label-box showValue="+ +" :isChecked="-->
|
|
1683
|
+ <!--afterdialysis.channel == 3 ? true : false-->
|
|
1684
|
+ <!--"></label-box>-->
|
|
1685
|
+ <!--<label-box showValue="+ + +" :isChecked="-->
|
|
1686
|
+ <!--afterdialysis.channel == 4 ? true : false-->
|
|
1687
|
+ <!--"></label-box>-->
|
|
1688
|
+ <!--</div>-->
|
|
1689
|
+ <!--</td>-->
|
1684
|
1690
|
<td></td>
|
1685
|
1691
|
</tr>
|
1686
|
1692
|
</tbody>
|
|
@@ -3095,4 +3101,5 @@ export default {
|
3095
|
3101
|
.print-template-two tr {
|
3096
|
3102
|
line-height: 30px;
|
3097
|
3103
|
}
|
|
3104
|
+/* */
|
3098
|
3105
|
</style>
|