|
@@ -56,7 +56,7 @@
|
56
|
56
|
<label-box showValue="住院" :isChecked="record.receive_assessment.condition == 1 ? true : false"></label-box>
|
57
|
57
|
</td>
|
58
|
58
|
<td style="padding-left:5px;width:25%;text-align:left;border-left:none;border-right:none;">其他</td>
|
59
|
|
-
|
|
59
|
+
|
60
|
60
|
</tr>
|
61
|
61
|
</table>
|
62
|
62
|
<table class="table-box" border="1" style="border:none;border-color:#000;border-collapse: collapse;">
|
|
@@ -221,8 +221,8 @@
|
221
|
221
|
</span>
|
222
|
222
|
</span>
|
223
|
223
|
<!-- </span> -->
|
224
|
|
-
|
225
|
|
-
|
|
224
|
+
|
|
225
|
+
|
226
|
226
|
</span>
|
227
|
227
|
</td>
|
228
|
228
|
<td>
|
|
@@ -282,7 +282,7 @@
|
282
|
282
|
<p style="height:20px;line-height:20px">电导率</p>
|
283
|
283
|
<p style="height:20px;line-height:20px">ms/cm</p>
|
284
|
284
|
</th>
|
285
|
|
-
|
|
285
|
+
|
286
|
286
|
<th style="min-width:60px">
|
287
|
287
|
<p style="height:20px;line-height:20px">温度</p>
|
288
|
288
|
<p style="height:20px;line-height:20px">℃</p>
|
|
@@ -332,7 +332,7 @@
|
332
|
332
|
</span>
|
333
|
333
|
</td>
|
334
|
334
|
|
335
|
|
-
|
|
335
|
+
|
336
|
336
|
</tr>
|
337
|
337
|
</table>
|
338
|
338
|
<table class="print-table" border="1">
|
|
@@ -444,9 +444,9 @@
|
444
|
444
|
</tr>
|
445
|
445
|
</tbody>
|
446
|
446
|
</table>
|
447
|
|
-
|
|
447
|
+
|
448
|
448
|
<table class="print-table" border="1">
|
449
|
|
-
|
|
449
|
+
|
450
|
450
|
</table>
|
451
|
451
|
|
452
|
452
|
|
|
@@ -575,7 +575,7 @@ export default {
|
575
|
575
|
this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
|
576
|
576
|
},
|
577
|
577
|
mounted() {
|
578
|
|
- console.log(this.records)
|
|
578
|
+ // console.log(this.records)
|
579
|
579
|
this.loading = true
|
580
|
580
|
var ids = this.$store.getters.temp_params.batch_print_dialysis_record_ids
|
581
|
581
|
if (ids.length == 0) {
|