|
@@ -96,7 +96,7 @@
|
96
|
96
|
<td></td>
|
97
|
97
|
<td></td>
|
98
|
98
|
<td></td>
|
99
|
|
-
|
|
99
|
+
|
100
|
100
|
</tr>
|
101
|
101
|
</tbody>
|
102
|
102
|
</table> -->
|
|
@@ -515,7 +515,7 @@
|
515
|
515
|
<div class="under-line" >
|
516
|
516
|
|
517
|
517
|
<span v-if="prescription.anticoagulant == 2">{{ prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "/" }}</span>
|
518
|
|
-
|
|
518
|
+
|
519
|
519
|
</div>
|
520
|
520
|
</td>
|
521
|
521
|
<td width="40">
|
|
@@ -653,7 +653,7 @@
|
653
|
653
|
<td>
|
654
|
654
|
{{ monitor.conductivity ? monitor.conductivity : "" }}
|
655
|
655
|
</td>
|
656
|
|
-
|
|
656
|
+
|
657
|
657
|
<td>
|
658
|
658
|
{{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }}
|
659
|
659
|
</td>
|
|
@@ -662,7 +662,7 @@
|
662
|
662
|
</table>
|
663
|
663
|
<table class="print-table" border="1">
|
664
|
664
|
<tbody>
|
665
|
|
-
|
|
665
|
+
|
666
|
666
|
<tr style="line-height:35px;padding:8px 5px;">
|
667
|
667
|
<td style="font-size: 16px" width="30" :rowspan="doctor_advices.length + 1">
|
668
|
668
|
医嘱内容
|
|
@@ -1353,10 +1353,10 @@ export default {
|
1353
|
1353
|
}
|
1354
|
1354
|
|
1355
|
1355
|
this.advices = response.data.data.advices
|
1356
|
|
- console.log('hhhhhhhhhhhh', this.advices)
|
|
1356
|
+ // console.log('hhhhhhhhhhhh', this.advices)
|
1357
|
1357
|
this.monitors = response.data.data.monitors
|
1358
|
|
- console.log('哈哈哈哈哈哈哈', this.monitors)
|
1359
|
|
- console.log(response.data.data)
|
|
1358
|
+ // console.log('哈哈哈哈哈哈哈', this.monitors)
|
|
1359
|
+ // console.log(response.data.data)
|
1360
|
1360
|
this.summary = response.data.data.summary
|
1361
|
1361
|
this.org_template_info = response.data.data.org_template_info
|
1362
|
1362
|
// 配置超滤量和置换量是否要显示0还是空
|