|
@@ -23,7 +23,7 @@
|
23
|
23
|
<div class="infoMain">
|
24
|
24
|
<div style="margin-bottom: 10px;display:flex;">门诊号码:<span class="under_line">{{hisPatient.number?hisPatient.number:""}}</span></div>
|
25
|
25
|
<div style="margin-bottom: 10px;display:flex;">科别:<span class="under_line">{{item.info?getDepart(item.info.departments):''}}</span></div>
|
26
|
|
- <div style="margin-bottom: 10px;display:flex;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
|
|
26
|
+ <div style="margin-bottom: 10px;display:flex;">临床诊断:{{item.info.diagnosis}}</div>
|
27
|
27
|
<div style="margin-bottom: 10px;display:flex;">自费药品签名:<span class="under_line"></span></div>
|
28
|
28
|
<!-- <div style="margin-bottom: 10px;display:flex;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div> -->
|
29
|
29
|
<div style="margin-bottom: 10px;display:flex;">联系方式:<span class="under_line">{{item.patient.phone}}</span></div>
|