瀏覽代碼

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,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="请输入患者姓名"