|
@@ -246,7 +246,7 @@
|
246
|
246
|
<tbody>
|
247
|
247
|
<tr>
|
248
|
248
|
<td width="80">活动性出血:</td>
|
249
|
|
- <td width="400">
|
|
249
|
+ <td width="420">
|
250
|
250
|
<div>
|
251
|
251
|
|
252
|
252
|
<label-box :isChecked="record.assessment_before_dislysis.is_hemorrhage == 2 ? true : false" showValue="无"></label-box>
|
|
@@ -634,7 +634,7 @@
|
634
|
634
|
</tr>
|
635
|
635
|
|
636
|
636
|
<tr v-for="(advice, advice_index) in record.advices" :key="advice_index">
|
637
|
|
- <td height="40px">
|
|
637
|
+ <td height="30px">
|
638
|
638
|
<span v-if="advice[0].start_time">
|
639
|
639
|
{{ getTime(advice[0].start_time, "{h}:{i}") }}
|
640
|
640
|
</span>
|
|
@@ -662,7 +662,7 @@
|
662
|
662
|
<!-- </span> -->
|
663
|
663
|
</span>
|
664
|
664
|
</td>
|
665
|
|
- <td height="40px">
|
|
665
|
+ <td height="30px">
|
666
|
666
|
<span v-if="setAdminUserES(advice[0], 'advice_doctor') == ''">
|
667
|
667
|
{{getAdminUser(advice[0], 'advice_doctor')}}
|
668
|
668
|
</span>
|
|
@@ -670,7 +670,7 @@
|
670
|
670
|
<img style="height:30px;" :src="setAdminUserES(advice[0], 'advice_doctor')" alt srcset />
|
671
|
671
|
</span>
|
672
|
672
|
</td>
|
673
|
|
- <td height="40px">
|
|
673
|
+ <td height="30px">
|
674
|
674
|
<span v-if="setAdminUserES(advice[0], 'execution_staff') == ''">
|
675
|
675
|
{{getAdminUser(advice[0], 'execution_staff')}}
|
676
|
676
|
</span>
|
|
@@ -685,7 +685,7 @@
|
685
|
685
|
<img class="es-img" :src="setAdminUserES(advice[0], 'checker')" alt="" srcset="" style="height: 30px;" />
|
686
|
686
|
</span>
|
687
|
687
|
</td>
|
688
|
|
- <td height="40px">
|
|
688
|
+ <td height="30px">
|
689
|
689
|
<span v-if="advice[0].execution_time">{{ getTime(advice[0].execution_time, "{h}:{i}") }}</span>
|
690
|
690
|
</td>
|
691
|
691
|
</tr>
|
|
@@ -1078,9 +1078,9 @@ export default {
|
1078
|
1078
|
var dlegh = 0
|
1079
|
1079
|
if (
|
1080
|
1080
|
this.records[recordIndex].monitor_records &&
|
1081
|
|
- this.records[recordIndex].monitor_records.length < 8
|
|
1081
|
+ this.records[recordIndex].monitor_records.length < 12
|
1082
|
1082
|
) {
|
1083
|
|
- dlegh = 8 - this.records[recordIndex].monitor_records.length
|
|
1083
|
+ dlegh = 12 - this.records[recordIndex].monitor_records.length
|
1084
|
1084
|
} else {
|
1085
|
1085
|
dlegh = 0
|
1086
|
1086
|
}
|