|
@@ -54,7 +54,7 @@
|
54
|
54
|
<el-input v-model="allergic_history" placeholder="药物过敏史"></el-input>
|
55
|
55
|
</el-form-item>
|
56
|
56
|
|
57
|
|
- <!-- <el-form-item label="初始透析日期: " prop="name">
|
|
57
|
+ <el-form-item label="初始透析日期: " prop="name">
|
58
|
58
|
<el-date-picker
|
59
|
59
|
:disabled="true"
|
60
|
60
|
style="width:100%;"
|
|
@@ -94,7 +94,7 @@
|
94
|
94
|
|
95
|
95
|
<el-form-item label="实验室及器械检查: " prop="name" label-width="160px">
|
96
|
96
|
<el-input v-model="lab_apparatus" placeholder="实验室及器械检查"></el-input>
|
97
|
|
- </el-form-item> -->
|
|
97
|
+ </el-form-item>
|
98
|
98
|
|
99
|
99
|
</el-form>
|
100
|
100
|
<div class="mainTitle">体格信息:</div>
|
|
@@ -628,12 +628,12 @@
|
628
|
628
|
|
629
|
629
|
this.first_dialysis_date = this.getTime(this.patientInfo.first_dialysis_date)
|
630
|
630
|
|
631
|
|
- // this.primary_disease = this.case_history.primary_disease
|
632
|
|
- // this.confirm_failure_date = this.case_history.confirm_failure_date
|
633
|
|
- // this.drug_allergy_history = this.case_history.drug_allergy_history
|
634
|
|
- // this.physical_examination = this.case_history.physical_examination
|
635
|
|
- // this.special_inspection = this.case_history.special_inspection
|
636
|
|
- // this.lab_apparatus = this.case_history.lab_apparatus
|
|
631
|
+ this.primary_disease = this.case_history.primary_disease
|
|
632
|
+ this.confirm_failure_date = this.case_history.confirm_failure_date
|
|
633
|
+ this.drug_allergy_history = this.case_history.drug_allergy_history
|
|
634
|
+ this.physical_examination = this.case_history.physical_examination
|
|
635
|
+ this.special_inspection = this.case_history.special_inspection
|
|
636
|
+ this.lab_apparatus = this.case_history.lab_apparatus
|
637
|
637
|
},
|
638
|
638
|
watch:{
|
639
|
639
|
detalid:function(val){
|