zdl 1 سال پیش
والد
کامیت
3b1a04a32b
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 2 2
      src/views/search/components/ProfessionSearch.vue
  2. 2 1
      src/views/search/index.vue

+ 2 - 2
src/views/search/components/ProfessionSearch.vue

@@ -73,7 +73,7 @@
           </el-form-item>
         </el-form>
         <el-collapse-transition>
-          <div v-show="showMore" style="width: 1120px; margin: 0 auto;">
+          <div v-show="showMore" style="width: 1124px; margin: 0 auto;">
             <el-form :inline="true" :model="formInline2" class="demo-form-inline2" label-width="68px">
               <el-form-item label="姓名">
                 <el-input v-model="formInline2.AAA01" clearable placeholder="请输入"></el-input>
@@ -357,7 +357,7 @@ export default {
   .info-search {
     margin-top: 20px;
     .demo-form-inline {
-      width: 1120px;
+      width: 1124px;
       margin: 0 auto;
       position: relative;
       .more-btn {

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

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