|
@@ -32,7 +32,7 @@
|
32
|
32
|
<td style="text-align: center" colspan="1">
|
33
|
33
|
年龄:
|
34
|
34
|
<span style="display: inline-block; margin-left: 10px">
|
35
|
|
- {{ getAge(patientInfo) }}
|
|
35
|
+ {{ patientInfo.age }}
|
36
|
36
|
</span>
|
37
|
37
|
</td>
|
38
|
38
|
<td style="text-align: center" colspan="1">
|
|
@@ -857,8 +857,8 @@
|
857
|
857
|
? true
|
858
|
858
|
: false
|
859
|
859
|
"
|
860
|
|
- ></label-box
|
861
|
|
- >其他:
|
|
860
|
+ ></label-box>
|
|
861
|
+ 其他:
|
862
|
862
|
<span>{{ predialysis.hemorrhage_other }}</span>
|
863
|
863
|
</td>
|
864
|
864
|
</tr>
|
|
@@ -871,7 +871,6 @@
|
871
|
871
|
:isChecked="prescription.special_medicine == 1 ? true : false"
|
872
|
872
|
showValue="无"
|
873
|
873
|
></label-box>
|
874
|
|
- <!-- <label-box :isChecked="prescription.special_medicine == 2 ? true : false" showValue="有"></label-box>: -->
|
875
|
874
|
有:
|
876
|
875
|
<label-box
|
877
|
876
|
:isChecked="prescription.special_medicine == 2 ? true : false"
|
|
@@ -1888,6 +1887,7 @@ export default {
|
1888
|
1887
|
this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
|
1889
|
1888
|
getDialysisRecord(this.queryParams).then((response) => {
|
1890
|
1889
|
if (response.data.state === 1) {
|
|
1890
|
+
|
1891
|
1891
|
this.adminUser = response.data.data.users;
|
1892
|
1892
|
this.users = response.data.data.users;
|
1893
|
1893
|
var patientInfo = response.data.data.patientInfo;
|
|
@@ -1898,7 +1898,7 @@ export default {
|
1898
|
1898
|
patientInfo.gender = "女";
|
1899
|
1899
|
}
|
1900
|
1900
|
this.patientInfo = response.data.data.patientInfo;
|
1901
|
|
- // console.log("透析记录", this.patientInfo);
|
|
1901
|
+ console.log("透析记录", this.patientInfo);
|
1902
|
1902
|
|
1903
|
1903
|
this.patientInfo.birth = uParseTime(
|
1904
|
1904
|
this.patientInfo.birthday,
|