Преглед изворни кода

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