|
@@ -579,21 +579,21 @@
|
579
|
579
|
<tbody>
|
580
|
580
|
<tr>
|
581
|
581
|
<td>
|
582
|
|
- <div class="row" style="padding: 2px 0;line-height:24px;" v-if="record.patient.diagnose.length > 10">
|
583
|
|
- <div class="inline_block">
|
584
|
|
- 诊断:
|
585
|
|
- <div class="under_line" style="width: 500px;text-align: left">{{record.patient.diagnose}}</div>
|
586
|
|
- </div>
|
587
|
|
- </div>
|
|
582
|
+ <!--<div class="row" style="padding: 2px 0;line-height:24px;" v-if="record.patient.diagnose.length > 10">-->
|
|
583
|
+ <!--<div class="inline_block">-->
|
|
584
|
+ <!--诊断:-->
|
|
585
|
+ <!--<div class="under_line" style="width: 500px;text-align: left">{{record.patient.diagnose}}</div>-->
|
|
586
|
+ <!--</div>-->
|
|
587
|
+ <!--</div>-->
|
588
|
588
|
|
589
|
589
|
<div class="row" style="padding: 2px 0;line-height:24px;">
|
590
|
|
- <div class="inline_block" v-if="record.patient.diagnose.length <= 10">
|
|
590
|
+ <div class="inline_block">
|
591
|
591
|
诊断:
|
592
|
592
|
<div class="under_line" style="width: 150px;text-align: left">{{record.patient.diagnose}}</div>
|
593
|
593
|
</div>
|
594
|
594
|
|
595
|
595
|
|
596
|
|
- <div class="inline_block" v-if="record.patient.diagnose.length <= 10">
|
|
596
|
+ <div class="inline_block">
|
597
|
597
|
 治疗方式:
|
598
|
598
|
<check-box text="HD" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 1)"></check-box>
|
599
|
599
|
<check-box text="HDF" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 2)"></check-box>
|
|
@@ -602,14 +602,14 @@
|
602
|
602
|
<check-box text="HD+HP" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 3)"></check-box>
|
603
|
603
|
</div>
|
604
|
604
|
|
605
|
|
- <div class="inline_block" v-if="record.patient.diagnose.length > 10" style="margin-left: -10px">
|
606
|
|
-  治疗方式:
|
607
|
|
- <check-box text="HD" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 1)"></check-box>
|
608
|
|
- <check-box text="HDF" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 2)"></check-box>
|
609
|
|
- <check-box text="HF" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 5)"></check-box>
|
610
|
|
- <check-box text="HP" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 4)"></check-box>
|
611
|
|
- <check-box text="HD+HP" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 3)"></check-box>
|
612
|
|
- </div>
|
|
605
|
+ <!--<div class="inline_block" v-if="record.patient.diagnose.length > 10" style="margin-left: -10px">-->
|
|
606
|
+ <!-- 治疗方式:-->
|
|
607
|
+ <!--<check-box text="HD" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 1)"></check-box>-->
|
|
608
|
+ <!--<check-box text="HDF" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 2)"></check-box>-->
|
|
609
|
+ <!--<check-box text="HF" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 5)"></check-box>-->
|
|
610
|
+ <!--<check-box text="HP" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 4)"></check-box>-->
|
|
611
|
+ <!--<check-box text="HD+HP" :checked="isCheckBoxChecked(record.prescription, 'mode_id', 3)"></check-box>-->
|
|
612
|
+ <!--</div>-->
|
613
|
613
|
<div class="inline_block" style="margin-left:20px;">
|
614
|
614
|
其它:
|
615
|
615
|
<div class="under_line" style="width: 100px;">{{ record.prescription&&record.prescription.mode_id>5?record.prescription.mode:''}}
|