|
@@ -177,6 +177,12 @@
|
177
|
177
|
<check-box text="感染" :checked="predialysis.ductus_arantii.indexOf('感染')>-1?true:false"></check-box>
|
178
|
178
|
<check-box text="破损" :checked="predialysis.ductus_arantii.indexOf('破损')>-1?true:false"></check-box>
|
179
|
179
|
</div>
|
|
180
|
+ <div class="inline_block">
|
|
181
|
+ 其它:
|
|
182
|
+ <div class="under_line" style="width: 100px;text-align: left">
|
|
183
|
+ <span>{{predialysis.ductus_arantii_other}}</span>
|
|
184
|
+ </div>
|
|
185
|
+ </div>
|
180
|
186
|
</div>
|
181
|
187
|
<div class="row" style="padding: 2px 0;line-height:19px;">
|
182
|
188
|
<div class="inline_block">
|
|
@@ -973,9 +979,9 @@
|
973
|
979
|
</td>
|
974
|
980
|
</tr>
|
975
|
981
|
</template>
|
976
|
|
- <tr v-if="this.advice_groups_2.length == 0">
|
|
982
|
+ <!-- <tr v-if="this.advice_groups_2.length == 0">
|
977
|
983
|
<td colspan="7" style="text-align:left;">特殊纪录:</td>
|
978
|
|
- </tr>
|
|
984
|
+ </tr> -->
|
979
|
985
|
</tbody>
|
980
|
986
|
<div class="print-yema4">1</div>
|
981
|
987
|
</table>
|
|
@@ -1078,9 +1084,9 @@
|
1078
|
1084
|
</td>
|
1079
|
1085
|
</tr>
|
1080
|
1086
|
</template>
|
1081
|
|
- <tr >
|
|
1087
|
+ <!-- <tr >
|
1082
|
1088
|
<td colspan="7" style="text-align:left;">特殊纪录:</td>
|
1083
|
|
- </tr>
|
|
1089
|
+ </tr> -->
|
1084
|
1090
|
</tbody>
|
1085
|
1091
|
</table>
|
1086
|
1092
|
<div class="print-yema4">2</div>
|