See999 4 years ago
parent
commit
8d063adaf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/dialysis/details/index.vue

+ 1 - 1
src/xt_pages/dialysis/details/index.vue View File

@@ -105,7 +105,7 @@
105 105
         <el-tab-pane label="透析区" name="second">
106 106
           <div class="cell clearfix" style="margin-bottom:10px;">
107 107
             <el-date-picker v-model="selected_date" prefix-icon="el-icon-date" @change="handleScheduleDateChange" :editable="false" :clearable="false" style="width: 45%;margin-right:10px;" type="date" placeholder="选择日期时间" align="right" ></el-date-picker>
108
-            <el-input size="small" style="width:24%;" v-model.trim="search_input" class="filter-item"/>
108
+            <el-input size="small" style="width:24%;" @keyup.enter.native='searchAction' v-model.trim="search_input" class="filter-item"/>
109 109
             <el-button size="small" class="filter-item" style="margin-right:20px;" type="primary" @click="searchAction">搜索</el-button>
110 110
           </div>
111 111
           <div class="cell clearfix" style="margin-bottom:10px;display:flex;">