yuwandanmian 1 年之前
父节点
当前提交
42f722746a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/search/index.vue

+ 1 - 1
src/views/search/index.vue

@@ -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>