|
@ -96,11 +96,15 @@
|
|
|
</div>
|
|
|
<div class='ptb10 c-border-b plr15 c-f14'>
|
|
|
<div class='mb10'>临床诊断:</div>
|
|
|
<div>{{json.BUSINESS_TYPE}}</div>
|
|
|
<div v-if='json.Rows'>
|
|
|
<div v-for='(item,index) in json.Rows'>
|
|
|
<div class='flex f_y_c f_lr c-f14'><div>{{item.SUBLAB_NAME}}: {{item.RESULT_VALUE}} <span v-if='typeof item.UNITS=="string"'>{{item.UNITS}}</span></div><div v-if='typeof item.LIMIT_NOTES=="string"'>({{item.LIMIT_NOTES}})</div></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class='ptb10 c-border-b plr15 c-f14'>
|
|
|
<div class='mb10'>病情描述:</div>
|
|
|
<div>{{json.BUSINESS_TYPE}}</div>
|
|
|
<div>{{json.LAB_NAME}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class='mt20 bgc-fff'>
|
|
@ -108,8 +112,8 @@
|
|
|
<div>检查信息</div>
|
|
|
</div>
|
|
|
<div class='ptb10 plr15 c-f14 flex f_y_c f_lr'>
|
|
|
<span>检查科室:{{json.SIGN_DEPT_NAME}}</span>
|
|
|
<span>申请医生:{{json.SIGN_DOCTOR_NAME}}</span>
|
|
|
<span>检查科室:{{json.REPORT_DEPT_NAME}}</span>
|
|
|
<span>申请医生:{{json.REPORT_NAME}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|