|
@@ -63,27 +63,27 @@
|
63
|
63
|
<div style="padding:10px;border-bottom:1px solid #DCDFE6;">阶段小结时间:{{getTime(editObj.record_time)}}</div>
|
64
|
64
|
<div style="padding: 10px 10px 0;">阶段小结概要:</div>
|
65
|
65
|
<div style="padding:10px;border-bottom:1px solid #DCDFE6;">
|
66
|
|
- <span style="margin-right:10px;line-height:20px;">干体重(kg):{{editObj.dry_weight}}</span>
|
67
|
|
- <span style="margin-right:10px;line-height:20px;">共透析:{{editObj.dialysis_count}}次</span>
|
68
|
|
- <span style="margin-right:10px;line-height:20px;">HD:{{editObj.hd_count}}次</span>
|
|
66
|
+ <span style="margin-right:10px;line-height:30px;">干体重(kg):{{editObj.dry_weight}}</span>
|
|
67
|
+ <span style="margin-right:10px;line-height:30px;">共透析:{{editObj.dialysis_count}}次</span>
|
|
68
|
+ <span style="margin-right:10px;line-height:30px;">HD:{{editObj.hd_count}}次</span>
|
69
|
69
|
<br>
|
70
|
|
- <span style="margin-right:10px;line-height:20px;">HDF:{{editObj.hdf_count}}次</span>
|
71
|
|
- <span style="margin-right:10px;line-height:20px;">HP:{{editObj.hp_count}}次</span>
|
72
|
|
- <span style="margin-right:10px;line-height:20px;">其他:{{editObj.other_count}}次</span>
|
|
70
|
+ <span style="margin-right:10px;line-height:30px;">HDF:{{editObj.hdf_count}}次</span>
|
|
71
|
+ <span style="margin-right:10px;line-height:30px;">HP:{{editObj.hp_count}}次</span>
|
|
72
|
+ <span style="margin-right:10px;line-height:30px;">其他:{{editObj.other_count}}次</span>
|
73
|
73
|
<br>
|
74
|
|
- <span style="margin-right:10px;line-height:20px;">透析器:{{editObj.dialzer_apparatus}}</span>
|
75
|
|
- <span style="margin-right:10px;line-height:20px;">抗凝剂:
|
|
74
|
+ <span style="margin-right:10px;line-height:30px;">透析器:{{editObj.dialzer_apparatus}}</span>
|
|
75
|
+ <span style="margin-right:10px;line-height:30px;">抗凝剂:
|
76
|
76
|
<span> {{getAnticoagulant(editObj.anticoagulant)}}</span>
|
77
|
77
|
</span>
|
78
|
|
- <span style="margin-right:10px;line-height:20px;">透析液:(钾:{{editObj.kalium}} 钙:{{editObj.autunite}} Na:{{editObj.natrium}})</span>
|
|
78
|
+ <span style="margin-right:10px;line-height:30px;">透析液:(钾:{{editObj.kalium}} 钙:{{editObj.autunite}} Na:{{editObj.natrium}})</span>
|
79
|
79
|
<br>
|
80
|
|
- <span style="margin-right:10px;line-height:20px;">每次透析:<span v-if="editObj.hour!=''"> {{editObj.hour}}小时</span>
|
|
80
|
+ <span style="margin-right:10px;line-height:30px;">每次透析:<span v-if="editObj.hour!=''"> {{editObj.hour}}小时</span>
|
81
|
81
|
<span v-if="editObj.minute!=''">{{editObj.minute}}</span>分</span>
|
82
|
|
- <span style="margin-right:10px;line-height:20px;">透前体重(kg):{{editObj.befor_weight}}</span>
|
83
|
|
- <span style="margin-right:10px;line-height:20px;">透后体重(kg):{{editObj.after_weight}}</span>
|
|
82
|
+ <span style="margin-right:10px;line-height:30px;">透前体重(kg):{{editObj.befor_weight}}</span>
|
|
83
|
+ <span style="margin-right:10px;line-height:30px;">透后体重(kg):{{editObj.after_weight}}</span>
|
84
|
84
|
<br>
|
85
|
|
- <span style="margin-right:10px;line-height:20px;">透前血压(mmHg):{{editObj.befor_pressure}}</span>
|
86
|
|
- <span style="margin-right:10px;line-height:20px;">透后血压(mmHg):{{editObj.after_pressure}}</span>
|
|
85
|
+ <span style="margin-right:10px;line-height:30px;">透前血压(mmHg):{{editObj.befor_pressure}}</span>
|
|
86
|
+ <span style="margin-right:10px;line-height:30px;">透后血压(mmHg):{{editObj.after_pressure}}</span>
|
87
|
87
|
</div>
|
88
|
88
|
<div style="padding:10px;border-bottom:1px solid #DCDFE6;line-height:20px;">阶段小结总结:
|
89
|
89
|
{{editObj.template_summary_content}}
|
|
@@ -93,7 +93,7 @@
|
93
|
93
|
<div v-for="item in editObj.template_inspection_content">
|
94
|
94
|
<p style="font-weight: bold;margin: 10px 0;">{{ item.project_name }} 检查日期:{{getTime(item.arr[0].inspect_date)}}</p>
|
95
|
95
|
<div style="display:flex;flex-wrap: wrap;">
|
96
|
|
- <div v-for="it in item.arr" style="width:33%;">
|
|
96
|
+ <div v-for="it in item.arr" style="width:33%;margin-bottom:5px;">
|
97
|
97
|
{{ it.item_name }} <span v-if="it.unit!=''">[{{it.unit}}]</span>:
|
98
|
98
|
<span v-if="parseInt(it.inspect_value) < parseInt(it.range_min)">
|
99
|
99
|
{{it.inspect_value}}↓
|
|
@@ -600,7 +600,7 @@
|
600
|
600
|
</div>
|
601
|
601
|
</div>
|
602
|
602
|
</el-row>
|
603
|
|
- <el-row>
|
|
603
|
+ <el-row style="margin-top:10px;">
|
604
|
604
|
<el-col :span="8">
|
605
|
605
|
<el-form-item label="记录医生">
|
606
|
606
|
<el-select v-model="form.admin_user_id" placeholder="请选择">
|