|
@@ -271,7 +271,7 @@
|
|
<div v-if="item.patient_info">
|
|
<div v-if="item.patient_info">
|
|
<el-descriptions title="患者信息">
|
|
<el-descriptions title="患者信息">
|
|
<el-descriptions-item label="住院号码" v-if="item.patient_info.AAA28">
|
|
<el-descriptions-item label="住院号码" v-if="item.patient_info.AAA28">
|
|
- <span v-html="item.patient_info.AAA28" @click="funGoto(scope.row.MED_REC_ID ? scope.row.MED_REC_ID : scope.row.ZYH)" style="cursor: pointer;"></span>
|
|
|
|
|
|
+ <span v-html="item.patient_info.AAA28" @click="funGoto(item.patient_info.MED_REC_ID ? item.patient_info.MED_REC_ID : item.patient_info.ZYH)" style="cursor: pointer;"></span>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
<el-descriptions-item label="出院科室" v-if="item.patient_info.AAC11N">
|
|
<el-descriptions-item label="出院科室" v-if="item.patient_info.AAC11N">
|
|
<span v-html="item.patient_info.AAC11N"></span>
|
|
<span v-html="item.patient_info.AAC11N"></span>
|