|
@@ -6,10 +6,10 @@
|
6
|
6
|
<div>
|
7
|
7
|
<div style="display: flex;justify-content: space-between;margin-bottom:10px;">
|
8
|
8
|
<div>
|
9
|
|
- <el-button size="small" style="margin-left:10px;" class="filter-item" type="primary"
|
10
|
|
- @click="Action">
|
11
|
|
- 导出
|
12
|
|
- </el-button>
|
|
9
|
+ <!--<el-button size="small" style="margin-left:10px;" class="filter-item" type="primary"-->
|
|
10
|
+ <!--@click="Action">-->
|
|
11
|
+ <!--导出-->
|
|
12
|
+ <!--</el-button>-->
|
13
|
13
|
<el-input size="small" style="width:150px;" v-model="keywords" @input="searchAction"
|
14
|
14
|
@keyup.enter.native='searchAction'
|
15
|
15
|
placeholder="请输入患者姓名"
|