|
@@ -2,7 +2,7 @@
|
2
|
2
|
<div class="page_drugs">
|
3
|
3
|
<div style="display:flex;justify-content: space-between;width:100%;margin-bottom:20px;">
|
4
|
4
|
<div class="cell clearfix" style="margin-bottom:0;">
|
5
|
|
- <el-input style="width: 180px;margin-right:10px;" @keyup.enter.native='searchAction' v-model.trim="search_input"
|
|
5
|
+ <el-input style="width: 180px;margin-right:10px;" @keyup.enter.native='searchAction'
|
6
|
6
|
class="filter-item" v-model="keywords"/>
|
7
|
7
|
<el-button style="margin-right:10px;" class="filter-item" type="primary" icon="el-icon-search"
|
8
|
8
|
@click="searchAction">搜索
|