yuwandanmian 1 rok temu
rodzic
commit
b48b01b88a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/search/index.vue

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

@@ -190,7 +190,7 @@
           <el-table-column type="index" :index="indexAdd" label="序号" width="70px" />
           <el-table-column type="index" :index="indexAdd" label="序号" width="70px" />
           <el-table-column prop="AAA28" label="住院号">
           <el-table-column prop="AAA28" label="住院号">
             <template slot-scope="scope">
             <template slot-scope="scope">
-              <span class="blue" @click="funGoto(scope.row.MED_REC_ID)">
+              <span class="blue" @click="funGoto(scope.row.MED_REC_ID ? scope.row.MED_REC_ID : scope.row.ZYH)">
                 <template>
                 <template>
                   <div>
                   <div>
                     {{ scope.row.AAA28 }}
                     {{ scope.row.AAA28 }}
@@ -256,7 +256,7 @@
 
 
             <div class="conter-num" style="margin-top: 10px">
             <div class="conter-num" style="margin-top: 10px">
               病案号:
               病案号:
-              <span class="yeleou" @click="funGoto(item.MED_REC_ID ? item.MED_REC_ID : item.ZYH)">{{ item.AAA28 }}</span>
+              <span class="yeleou" @click="funGoto(item.MED_REC_ID)">{{ item.AAA28 }}</span>
             </div>
             </div>
             <div class="conter-time">出院时间:{{ item.AAC01 }}</div>
             <div class="conter-time">出院时间:{{ item.AAC01 }}</div>
           </div>
           </div>