浏览代码

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 年前
父节点
当前提交
b013de569d
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/xt_pages/outpatientTool/components/detail.vue

+ 4 - 4
src/xt_pages/outpatientTool/components/detail.vue 查看文件

6
     <div>
6
     <div>
7
         <div style="display: flex;justify-content: space-between;margin-bottom:10px;">
7
         <div style="display: flex;justify-content: space-between;margin-bottom:10px;">
8
             <div>
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
                 <el-input size="small" style="width:150px;" v-model="keywords" @input="searchAction"
13
                 <el-input size="small" style="width:150px;" v-model="keywords" @input="searchAction"
14
                           @keyup.enter.native='searchAction'
14
                           @keyup.enter.native='searchAction'
15
                           placeholder="请输入患者姓名"
15
                           placeholder="请输入患者姓名"