|
|
|
|
112
|
<span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
|
112
|
<span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
|
113
|
<span v-if="prescription.anticoagulant == '无肝素'">mg</span>
|
113
|
<span v-if="prescription.anticoagulant == '无肝素'">mg</span>
|
114
|
<span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
|
114
|
<span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
|
115
|
- <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
|
|
|
|
115
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
116
|
追加:
|
116
|
追加:
|
117
|
<span style="width:35px;display: inline-block;">
|
117
|
<span style="width:35px;display: inline-block;">
|
118
|
{{ prescription.anticoagulant_weichi && prescription.anticoagulant == "普通肝素" ? prescription.anticoagulant_weichi : "" }}
|
118
|
{{ prescription.anticoagulant_weichi && prescription.anticoagulant == "普通肝素" ? prescription.anticoagulant_weichi : "" }}
|
|
|
|
|
191
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1 ? true : false" showValue="临时颈内静脉导管"></label-box>
|
191
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1 ? true : false" showValue="临时颈内静脉导管"></label-box>
|
192
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="临时股静脉导管"></label-box>
|
192
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="临时股静脉导管"></label-box>
|
193
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('人造血管') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('移植血管') > -1 ? true : false" showValue="其他"></label-box>
|
193
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('人造血管') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('移植血管') > -1 ? true : false" showValue="其他"></label-box>
|
194
|
-
|
|
|
|
|
194
|
+
|
195
|
穿刺方式:
|
195
|
穿刺方式:
|
196
|
<span style="width:60px;display: inline-block;">
|
196
|
<span style="width:60px;display: inline-block;">
|
197
|
{{ predialysis.puncture_way ? predialysis.puncture_way : "" }}
|
197
|
{{ predialysis.puncture_way ? predialysis.puncture_way : "" }}
|
|
|
|
|
1360
|
this.adminUser = response.data.data.users;
|
1360
|
this.adminUser = response.data.data.users;
|
1361
|
this.users = response.data.data.users;
|
1361
|
this.users = response.data.data.users;
|
1362
|
var patientInfo = response.data.data.patientInfo;
|
1362
|
var patientInfo = response.data.data.patientInfo;
|
1363
|
- console.log("烧腊店就拉萨讲道理看", patientInfo);
|
|
|
|
|
1363
|
+ // console.log("烧腊店就拉萨讲道理看", patientInfo);
|
1364
|
if (patientInfo.gender === 1) {
|
1364
|
if (patientInfo.gender === 1) {
|
1365
|
patientInfo.gender = "男";
|
1365
|
patientInfo.gender = "男";
|
1366
|
}
|
1366
|
}
|