|
@@ -264,7 +264,7 @@
|
|
|
<div v-if="item.patient_info">
|
|
|
<el-descriptions title="患者信息">
|
|
|
<el-descriptions-item label="住院号码" v-if="item.patient_info.AAA28">
|
|
|
- <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>
|
|
|
+ <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)" class="yeleou"></span>
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="出院科室" v-if="item.patient_info.AAC11N">
|
|
|
<span v-html="item.patient_info.AAC11N"></span>
|
|
@@ -1073,6 +1073,7 @@ export default {
|
|
|
font-size: 16px;
|
|
|
color: rgb(233, 157, 66);
|
|
|
cursor: pointer;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.conter-num {
|
|
|
font-size: 15px;
|