소스 검색

统一查询、重置、导出按钮Ui

yuwandanmian 1 년 전
부모
커밋
1912e11f2c
44개의 변경된 파일104개의 추가작업 그리고 363개의 파일을 삭제
  1. 0 9
      src/App.vue
  2. 3 13
      src/views/SettlementList/StatementList.vue
  3. 2 21
      src/views/SettlementList/StatementListquery.vue
  4. 3 13
      src/views/SettlementList/defectStatementList.vue
  5. 4 4
      src/views/SettlementList/index.vue
  6. 1 1
      src/views/allcase/caseIndexList.vue
  7. 3 11
      src/views/allcase/caseNumber.vue
  8. 3 16
      src/views/allcase/caseRetrieval.vue
  9. 1 1
      src/views/allcase/components/CaseIndexAnalysisListTable.vue
  10. 1 9
      src/views/allcase/defectNumber.vue
  11. 1 1
      src/views/allcase/reviewIndicatorsList.vue
  12. 1 1
      src/views/assessment/index.vue
  13. 2 2
      src/views/dashboard/index.vue
  14. 5 5
      src/views/data/afterHome/index.vue
  15. 2 23
      src/views/data/analysis/index.vue
  16. 3 11
      src/views/data/frontHome/TotalRankingList.vue
  17. 1 1
      src/views/data/frontHome/components/SearchBox2.vue
  18. 1 1
      src/views/data/frontHome/components/TableBox.vue
  19. 10 10
      src/views/data/frontHome/index.vue
  20. 0 8
      src/views/data/medicalRecords/codeList.vue
  21. 3 11
      src/views/data/medicalRecords/defectList.vue
  22. 3 11
      src/views/data/medicalRecords/department.vue
  23. 3 11
      src/views/data/medicalRecords/errorList.vue
  24. 4 14
      src/views/data/medicalRecords/index.vue
  25. 3 12
      src/views/data/query/adviceSearch.vue
  26. 1 1
      src/views/data/query/details2.vue
  27. 3 24
      src/views/data/query/index.vue
  28. 3 11
      src/views/middleCaseControl/caseNumber.vue
  29. 1 9
      src/views/middleCaseControl/defectNumber.vue
  30. 3 11
      src/views/outpatient/control/defectNumber.vue
  31. 3 11
      src/views/outpatient/control/shouldDefectNumber.vue
  32. 1 13
      src/views/reportingCenter/history/gk/index.vue
  33. 1 13
      src/views/reportingCenter/history/wt/index.vue
  34. 1 1
      src/views/reportingCenter/history/yb/index.vue
  35. 1 1
      src/views/reportingCenter/report/gk/index.vue
  36. 1 1
      src/views/reportingCenter/report/wt/index.vue
  37. 1 1
      src/views/reportingCenter/report/yb/index.vue
  38. 0 1
      src/views/search/components/ProfessionSearch.vue
  39. 13 14
      src/views/search/index.vue
  40. 1 6
      src/views/searchSystem/components/BLSearch.vue
  41. 3 11
      src/views/searchSystem/components/CaseHomeSearch.vue
  42. 3 12
      src/views/searchSystem/components/DoctorOrderSearch.vue
  43. 0 1
      src/views/work/record/index.vue
  44. 1 1
      src/views/yyps/analysis/components/CaseIndexAnalysisListTable.vue

+ 0 - 9
src/App.vue

@@ -61,15 +61,6 @@ export default {
   margin: 0;
   padding: 0;
 }
-.btn1 {
-  background: #185da6;
-  color: #fff;
-}
-.btn2 {
-  background: #f1f6ff;
-  color: #13171e;
-  border: 0;
-}
 .eInput {
   /* width:350px; */
   border: none !important;

+ 3 - 13
src/views/SettlementList/StatementList.vue

@@ -17,12 +17,10 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <!-- <el-input class="ins" placeholder="请输入内容"></el-input> -->
-          <el-button class="sc" @click="funQuery">查询</el-button>
-          <!-- <el-button class="btn1" @click="reset">重置条件</el-button> -->
+          <el-button @click="funQuery">查询</el-button>
 
-          <el-button class="btn1" @click="goto('/SettlementList/StatementListquery')">更多查询条件</el-button>
-          <el-button class="sc" type="primary">导出Excel表格</el-button>
+          <el-button type="text" @click="goto('/SettlementList/StatementListquery')">更多查询条件</el-button>
+          <el-button type="primary" icon="el-icon-download">导出Excel表格</el-button>
         </div>
       </div>
       <Title :title="'医保结算单病案数量'" />
@@ -184,14 +182,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 2 - 21
src/views/SettlementList/StatementListquery.vue

@@ -90,20 +90,9 @@
           </el-col>
           <el-col :span="5">
             <div class="grid-content bg-purple">
-              <!-- <el-select
-                v-model="formData0.Coder"
-                class="selects"
-                placeholder="住院医师"
-              >
-                <el-option label="出院科室" value="i出院科室"> </el-option>
-              </el-select> -->
             </div>
           </el-col>
         </el-row>
-        <!-- <div class="fBtn">
-          <el-button class="btn1" @click="reset">重置条件</el-button>
-          <el-button class="btn2" @click="funQuery">检索</el-button>
-        </div> -->
       </div>
       <div class="barBtn" v-else>
         <el-form ref="form" :model="formData1" label-width="100px">
@@ -152,8 +141,8 @@
         </el-form>
       </div>
       <div class="fBtn">
-        <el-button class="btn1" @click="reset">重置条件</el-button>
-        <el-button class="btn2" @click="funQuery">检索</el-button>
+        <el-button @click="reset">重置条件</el-button>
+        <el-button type="primary" @click="funQuery">检索</el-button>
       </div>
     </div>
     <div class="tableBox">
@@ -393,14 +382,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 13
src/views/SettlementList/defectStatementList.vue

@@ -12,13 +12,11 @@
             <el-option v-for="(item, index) in levelList" :label="item.name" :value="item.id" :key="index"></el-option>
           </el-select>
           <span class="kong"></span>
-          <!-- <span class="demonstration">反馈关键词</span> -->
-          <!-- <el-input class="ins" placeholder="请输入内容"></el-input> -->
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
+          <el-button @click="reset">重置条件</el-button>
           <span class="kong"></span>
-          <el-button class="sc" type="primary">导出Excel表格</el-button>
+          <el-button type="primary" icon="el-icon-download">导出Excel表格</el-button>
         </div>
       </div>
       <Title :title="'缺陷结算单数量列表'" />
@@ -223,14 +221,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 4 - 4
src/views/SettlementList/index.vue

@@ -54,8 +54,8 @@
               placeholder="结束日期"
             ></el-date-picker>
           </div>
-          <el-button class="btn1" type="primary" @click="funQuery">查询</el-button>
-          <el-button class="btn2" type="primary">查看报告</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
+          <el-button plain type="primary">查看报告</el-button>
         </div>
       </div>
     </div>
@@ -121,7 +121,7 @@
       <el-select v-model="formData.defectFelg" placeholder="全部" style="margin-right: 20px">
         <el-option v-for="(item, index) in levelList" :label="item.name" :value="item.id" :key="index"></el-option>
       </el-select>
-      <el-button class="btn1" type="primary" @click="initCharts1">查询</el-button>
+      <el-button type="primary" @click="initCharts1">查询</el-button>
 
       <div class="tableBox1">
         <div class="left">
@@ -143,7 +143,7 @@
                 <div class="baifen">{{ errorDataFelg.cost }}%</div>
               </div>
             </div>
-            <el-button class="btn1" type="primary" icon="el-icon-download">导出execl</el-button>
+            <el-button type="primary" icon="el-icon-download">导出execl</el-button>
           </div>
           <!-- <el-table :data="errorDataList" style="width: 100%"> -->
           <el-table height="400px" v-el-table-infinite-scroll="getDataNextPage" :data="errorDataList">

+ 1 - 1
src/views/allcase/caseIndexList.vue

@@ -32,7 +32,7 @@
         </el-form>
         <div class="btn-box">
           <el-button v-if="$route.query.ruleId == 33" @click="toChildrenCase">子指标</el-button>
-          <el-button type="primary">导出Excel</el-button>
+          <el-button type="primary" icon="el-icon-download">导出Excel</el-button>
           <el-button @click="toBack">返回</el-button>
         </div>
       </div>

+ 3 - 11
src/views/allcase/caseNumber.vue

@@ -21,10 +21,10 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
-          <el-button class="sc" type="primary">导出Excel表格</el-button>
+          <el-button @click="reset">重置条件</el-button>
+          <el-button type="primary" icon="el-icon-download">导出Excel表格</el-button>
           <el-button @click="toBack" style="float: right;">返回</el-button>
         </div>
       </div>
@@ -206,14 +206,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 16
src/views/allcase/caseRetrieval.vue

@@ -65,10 +65,6 @@
             </div>
           </el-col>
         </el-row>
-        <!-- <div class="fBtn">
-          <el-button class="btn1" @click="reset">重置条件</el-button>
-          <el-button class="btn2" @click="funQuery">检索</el-button>
-        </div> -->
       </div>
       <!-- 普通检索 结束 -->
       <!-- 高级检索 开始 -->
@@ -107,7 +103,6 @@
             <span>
               <el-button :disabled="formData1.seniorList.length == 1" type="primary" icon="el-icon-minus" @click="funDel(index)"></el-button>
               <el-button type="primary" icon="el-icon-plus" @click="funAdd" v-if="index == 0"></el-button>
-              <!-- <el-button type="primary" @click="funRead">重置</el-button> -->
             </span>
             <!-- 增减重置选项按钮结束 -->
 
@@ -172,8 +167,8 @@
       </div>
       <!-- 高级检索 结束 -->
       <div class="fBtn" style="position: relative">
-        <el-button class="btn2" @click="funQuery">检索</el-button>
-        <el-button class="btn1" style="position: absolute; right: 30px" @click="reset">重置条件</el-button>
+        <el-button type="primary" @click="funQuery">检索</el-button>
+        <el-button style="position: absolute; right: 30px" @click="reset">重置条件</el-button>
       </div>
     </div>
     <div class="tableBox">
@@ -192,7 +187,7 @@
           </div>
         </div>
         
-        <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('质控列表', '/qualityList')">导出execl</el-button>
+        <el-button type="primary" icon="el-icon-download" @click="funExport('质控列表', '/qualityList')">导出execl</el-button>
       </div>
 
       <el-table :data="tableData" border style="width: 100%">
@@ -818,14 +813,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 1 - 1
src/views/allcase/components/CaseIndexAnalysisListTable.vue

@@ -2,7 +2,7 @@
   <div>
     <div class="btn-box">
       <Title :title="$route.query.ruleName" style="float: left; margin-top: 11px;" />
-      <el-button type="primary" plain style="float: right;" @click="onExport">导出Excel</el-button>
+      <el-button type="primary" style="float: right;" @click="onExport" icon="el-icon-download">导出Excel</el-button>
     </div>
     <el-table
       :data="list"

+ 1 - 9
src/views/allcase/defectNumber.vue

@@ -21,7 +21,7 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
         </div>
         <el-button @click="toBack" style="position: absolute; right: 35px;">返回</el-button>
       </div>
@@ -178,14 +178,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 1 - 1
src/views/allcase/reviewIndicatorsList.vue

@@ -46,7 +46,7 @@
         </el-form>
         <div class="btn-box">
           <el-button v-if="$route.query.ruleId == 33" @click="toChildrenCase">子指标</el-button>
-          <el-button type="primary" @click="onExport">导出Excel</el-button>
+          <el-button type="primary" @click="onExport" icon="el-icon-download">导出Excel</el-button>
           <el-button @click="toBack">返回</el-button>
         </div>
       </div>

+ 1 - 1
src/views/assessment/index.vue

@@ -35,7 +35,7 @@
             <el-button @click="resetForm()">重置条件</el-button>
           </el-form-item>
           <el-form-item>
-            <el-button type="warning">导出execl</el-button>
+            <el-button type="primary" icon="el-icon-download">导出execl</el-button>
           </el-form-item>
         </el-form>
       </div>

+ 2 - 2
src/views/dashboard/index.vue

@@ -61,10 +61,10 @@
               ></el-date-picker>
             </div>
             <el-button class="btn1" type="primary" @click="funQuery">查询</el-button>
-            <el-button class="btn2" size="small" @click="getResult" type="primary">重置条件</el-button>
+            <el-button @click="getResult">重置条件</el-button>
           </div>
           <div style="margin-right:120px">
-            <el-button class="btn2" type="primary">查看报告</el-button>
+            <el-button type="primary" plain>查看报告</el-button>
           </div>
         </div>
         <div class="ytext">基于我院病案首次质控结果得出页面展示结果</div>

+ 5 - 5
src/views/data/afterHome/index.vue

@@ -54,11 +54,11 @@
                 placeholder="结束日期"
               ></el-date-picker>
             </div>
-            <el-button class="btn1" type="primary" @click="funQuery">查询</el-button>
-            <el-button class="btn2" size="small" @click="getResult" type="primary">重置条件</el-button>
+            <el-button type="primary" @click="funQuery">查询</el-button>
+            <el-button @click="getResult">重置条件</el-button>
           </div>
           <div style="margin-right:120px">
-            <el-button class="btn2" type="primary">查看报告</el-button>
+            <el-button type="primary" plain>查看报告</el-button>
           </div>
         </div>
         <div class="ytext">基于我院病案首次质控结果得出页面展示结果</div>
@@ -146,7 +146,7 @@
       <el-select v-model="formData.defectFelg" placeholder="全部" style="margin-right: 20px">
         <el-option v-for="(item, index) in levelList" :label="item.name" :value="item.id" :key="index"></el-option>
       </el-select>
-      <el-button class="btn1" type="primary" @click="initCharts1">查询</el-button>
+      <el-button type="primary" @click="initCharts1">查询</el-button>
 
       <div class="tableBox1">
         <div class="left">
@@ -168,7 +168,7 @@
                 <div class="baifen">{{ errorDataFelg.cost }}%</div>
               </div>
             </div>
-            <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')">导出execl</el-button>
+            <el-button type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')">导出execl</el-button>
           </div>
           <!-- <el-table :data="errorDataList" style="width: 100%"> -->
           <el-table height="400px" v-el-table-infinite-scroll="getDataNext" :data="errorDataList">

+ 2 - 23
src/views/data/analysis/index.vue

@@ -53,21 +53,8 @@
           placeholder="结束日期"
         ></el-date-picker>
       </div>
-      <el-button class="btn1" type="primary" @click="getListData">查询</el-button>
-      <el-button class="btn2" type="primary" @click="funExport('病案首页缺陷分析','/errorList')">导出</el-button>
-      <!-- </div> -->
-      <!-- <el-button-group class="bnts" style="margin-right: 20px">
-        <el-button>按年</el-button>
-        <el-button>按月</el-button>
-      </el-button-group>
-      <el-date-picker v-model="formData.startTime" type="date" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="开始日期"></el-date-picker>
-
-      <el-date-picker v-model="formData.endTime" type="date" style="margin: 0px 10px" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="结束日期"></el-date-picker>
-      <el-select v-model="value" placeholder="请选择" style="margin-right: 20px">
-        <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>
-      </el-select>
-      <el-button class="btn1">查询</el-button>
-      <el-button class="btn2">导出1</el-button> -->
+      <el-button type="primary" @click="getListData">查询</el-button>
+      <el-button type="primary" icon="el-icon-download" @click="funExport('病案首页缺陷分析','/errorList')">导出</el-button>
     </div>
     <div class="tableBox">
       <div class="left">
@@ -402,14 +389,6 @@ export default {
   margin-bottom: 20px;
   display: flex;
   align-items: center;
-  .btn1 {
-    background: #185da6;
-    color: #fff;
-  }
-  .btn2 {
-    background: #35ae4a;
-    color: #fff;
-  }
 }
 .dashboard {
   &-container {

+ 3 - 11
src/views/data/frontHome/TotalRankingList.vue

@@ -25,11 +25,11 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
+          <el-button @click="reset">重置条件</el-button>
           <span class="kong"></span>
-          <el-button class="sc" type="primary" @click="funExport('总排名列表')">导出Excel表格</el-button>
+          <el-button type="primary" @click="funExport('总排名列表')" icon="el-icon-download">导出Excel表格</el-button>
         </div>
       </div>
 
@@ -440,14 +440,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 1 - 1
src/views/data/frontHome/components/SearchBox2.vue

@@ -68,7 +68,7 @@
         <el-button type="primary" @click="onSubmit" class="search-btn">查询</el-button>
       </el-form-item>
       <el-form-item class="btn-group">
-        <el-button type="primary" plain icon="el-icon-download" @click="onExport">导出数据</el-button>
+        <el-button type="primary" icon="el-icon-download" @click="onExport">导出数据</el-button>
         <el-button icon="el-icon-refresh" @click="onReset">重置条件</el-button>
         <el-popover
           placement="bottom-end"

+ 1 - 1
src/views/data/frontHome/components/TableBox.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
     <div class="btn-box">
-      <el-button type="primary" plain icon="el-icon-download" @click="onExport">导出数据</el-button>
+      <el-button type="primary" icon="el-icon-download" @click="onExport">导出数据</el-button>
     </div>
     <el-table
       v-loading="loading"

+ 10 - 10
src/views/data/frontHome/index.vue

@@ -54,11 +54,11 @@
                 placeholder="结束日期"
               ></el-date-picker>
             </div>
-            <el-button class="btn1" type="primary" @click="funQuery">查询</el-button>
-            <el-button class="btn2" size="small" @click="getResult" type="primary">重置条件</el-button>
+            <el-button type="primary" @click="funQuery">查询</el-button>
+            <el-button size="small" @click="getResult">重置条件</el-button>
           </div>
             <div style="margin-right:120px">
-            <el-button class="btn2" type="primary">查看报告</el-button>
+            <el-button plain type="primary">查看报告</el-button>
           </div>
         </div>
         <div class="ytext">基于我院病案首次质控结果得出页面展示结果</div>
@@ -151,7 +151,7 @@
       <el-select v-model="formData.defectFelg" placeholder="全部" style="margin-right: 20px">
         <el-option v-for="(item, index) in levelList" :label="item.name" :value="item.id" :key="index"></el-option>
       </el-select>
-      <el-button class="btn1" type="primary" @click="initCharts1">查询</el-button>
+      <el-button type="primary" @click="initCharts1">查询</el-button>
 
       <div class="tableBox1">
         <div class="left">
@@ -173,7 +173,7 @@
                 <div class="baifen">{{ errorDataFelg.cost }}%</div>
               </div>
             </div>
-            <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')">导出execl</el-button>
+            <el-button type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')">导出execl</el-button>
           </div>
           <el-table height="400px" :data="errorDataList" style="width: 100%;">
             <el-table-column type="index" label="序号"></el-table-column>
@@ -211,7 +211,7 @@
             <el-radio-button :label="false">科室最佳(前十)</el-radio-button>
             <el-radio-button :label="true">科室总排名</el-radio-button>
           </el-radio-group> -->
-          <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('科室排名统计', '/ranking_department')">导出execl</el-button>
+          <el-button type="primary" icon="el-icon-download" @click="funExport('科室排名统计', '/ranking_department')">导出execl</el-button>
         </div>
         <el-table :data="ranking" style="width: 100%">
           <el-table-column type="index" align="center" label="序号"></el-table-column>
@@ -246,7 +246,7 @@
             <el-radio-button :label="false">主诊组(前十)</el-radio-button>
             <el-radio-button :label="true">主诊组总排名</el-radio-button>
           </el-radio-group> -->
-          <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('主诊组排名统计', '/ranking_attending_group')">导出execl</el-button>
+          <el-button type="primary" icon="el-icon-download" @click="funExport('主诊组排名统计', '/ranking_attending_group')">导出execl</el-button>
         </div>
         <el-table :data="diagnosisRanking" style="width: 100%">
           <el-table-column type="index" align="center" label="序号"></el-table-column>
@@ -295,7 +295,7 @@
             <el-radio-button :label="false">主治医师(前十)</el-radio-button>
             <el-radio-button :label="true">主治医师总排名</el-radio-button>
           </el-radio-group> -->
-          <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('主治医师排名统计', '/ranking_indications')">导出execl</el-button>
+          <el-button type="primary" icon="el-icon-download" @click="funExport('主治医师排名统计', '/ranking_indications')">导出execl</el-button>
         </div>
         <!-- indications -->
         <el-table :data="indications" style="width: 100%">
@@ -366,7 +366,7 @@
             <el-radio-button :label="false">住院医师(前十)</el-radio-button>
             <el-radio-button :label="true">住院医师总排名</el-radio-button>
           </el-radio-group> -->
-          <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('住院医师排名统计', '/ranking_hospital')">导出execl</el-button>
+          <el-button type="primary" icon="el-icon-download" @click="funExport('住院医师排名统计', '/ranking_hospital')">导出execl</el-button>
         </div>
         <!-- hospitalData -->
         <el-table :data="hospitalData" style="width: 100%">
@@ -437,7 +437,7 @@
             <el-radio-button :label="false">编码员(前十)</el-radio-button>
             <el-radio-button :label="true">编码员总排名</el-radio-button>
           </el-radio-group> -->
-          <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('编码员排名统计', '/ranking_coder')">导出execl</el-button>
+          <el-button type="primary" icon="el-icon-download" @click="funExport('编码员排名统计', '/ranking_coder')">导出execl</el-button>
         </div>
         <el-table :data="coderData" style="width: 100%">
           <el-table-column type="index" align="center" label="序号"></el-table-column>

+ 0 - 8
src/views/data/medicalRecords/codeList.vue

@@ -146,14 +146,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 11
src/views/data/medicalRecords/defectList.vue

@@ -27,11 +27,11 @@
           <span class="kong"></span>
           <!-- <span class="demonstration">反馈关键词</span> -->
           <!-- <el-input class="ins" placeholder="请输入内容"></el-input> -->
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
+          <el-button @click="reset">重置条件</el-button>
           <span class="kong"></span>
-          <el-button class="sc" type="primary" @click="onExport">导出Excel表格</el-button>
+          <el-button type="primary" icon="el-icon-download" @click="onExport">导出Excel表格</el-button>
           <el-button style="float: right" @click="toPrePage">返回</el-button>
         </div>
       </div>
@@ -299,14 +299,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 11
src/views/data/medicalRecords/department.vue

@@ -25,11 +25,11 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
+          <el-button @click="reset">重置条件</el-button>
           <span class="kong"></span>
-          <el-button class="sc" type="primary">导出Excel表格</el-button>
+          <el-button  type="primary" icon="el-icon-download">导出Excel表格</el-button>
         </div>
       </div>
 
@@ -201,14 +201,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 11
src/views/data/medicalRecords/errorList.vue

@@ -25,11 +25,11 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
+          <el-button @click="reset">重置条件</el-button>
           <span class="kong"></span>
-          <el-button class="sc" type="primary">导出Excel表格</el-button>
+          <el-button type="primary" icon="el-icon-download">导出Excel表格</el-button>
         </div>
       </div>
 
@@ -203,14 +203,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 4 - 14
src/views/data/medicalRecords/index.vue

@@ -19,15 +19,15 @@
           <span class="kong"></span>
           <!-- <span class="demonstration">反馈关键词</span> -->
           <!-- <el-input class="ins" placeholder="请输入内容"></el-input> -->
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
+          <el-button @click="reset">重置条件</el-button>
 
           <span class="kong"></span>
-          <el-button class="btn1" @click="goto('/data/query')">更多查询条件</el-button>
+          <el-button type="text" @click="goto('/data/query')">更多查询条件</el-button>
           <span class="kong"></span>
 
-          <el-button class="sc" type="primary" @click="onExport">导出Excel表格</el-button>
+          <el-button type="primary" icon="el-icon-download" @click="onExport">导出Excel表格</el-button>
           <span class="kong"></span>
           <el-button style="float: right" @click="toPrePage">返回</el-button>
         </div>
@@ -255,20 +255,10 @@ export default {
 }
 .block {
   border-radius: 5px;
-  // margin-bottom: 16px;
-  // margin-bottom: 20px;
   .fBtn {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 12
src/views/data/query/adviceSearch.vue

@@ -201,8 +201,8 @@
         </el-form>
       </div>
       <div class="fBtn" style="position: relative">
-        <el-button class="btn1" style="position: absolute; right: 270px" @click="reset">重置条件</el-button>
-        <el-button class="btn2" @click="seachFunQuery">检索</el-button>
+        <el-button style="position: absolute; right: 270px" @click="reset">重置条件</el-button>
+        <el-button type="primary" @click="seachFunQuery">检索</el-button>
       </div>
     </div>
     <div class="tableBox">
@@ -218,7 +218,7 @@
             </span>
           </div>
           <!-- 不登陆访问没有导出 -->
-          <el-button v-if="!isWhitelist" class="title-left-btn" @click="funExport()">导出Excel</el-button>
+          <el-button v-if="!isWhitelist" class="title-left-btn" icon="el-icon-download" @click="funExport()">导出Excel</el-button>
         </div>
       </div>
 
@@ -733,15 +733,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      width: 200px;
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin: 0 auto;

+ 1 - 1
src/views/data/query/details2.vue

@@ -3,7 +3,7 @@
     <div class="header">
       <el-button type="success" v-if="!ifFile" @click="funEdit">编辑</el-button>
       <el-button type="warning" v-if="ifFile" @click="funNext">保存</el-button>
-      <el-button type="primary">导出详情</el-button>
+      <el-button type="primary" icon="el-icon-download">导出详情</el-button>
       <el-button @click="getback">返回</el-button>
     </div>
     <div class="cont">

+ 3 - 24
src/views/data/query/index.vue

@@ -82,20 +82,9 @@
           </el-col>
           <el-col :span="5">
             <div class="grid-content bg-purple">
-              <!-- <el-select
-                v-model="formData0.Coder"
-                class="selects"
-                placeholder="住院医师"
-              >
-                <el-option label="出院科室" value="i出院科室"> </el-option>
-              </el-select> -->
             </div>
           </el-col>
         </el-row>
-        <!-- <div class="fBtn">
-          <el-button class="btn1" @click="reset">重置条件</el-button>
-          <el-button class="btn2" @click="funQuery">检索</el-button>
-        </div> -->
       </div>
       <div class="barBtn" v-else>
         <el-form ref="form" :model="formData1" label-width="100px">
@@ -139,7 +128,6 @@
             <span>
               <el-button :disabled="formData1.seniorList.length == 1" type="primary" icon="el-icon-minus" @click="funDel(index)"></el-button>
               <el-button type="primary" icon="el-icon-plus" @click="funAdd" v-if="index == 0"></el-button>
-              <!-- <el-button type="primary" @click="funRead">重置</el-button> -->
             </span>
             <!-- 增减重置选项按钮结束 -->
           </el-form-item>
@@ -185,8 +173,8 @@
         </el-form>
       </div>
       <div class="fBtn" style="position: relative">
-        <el-button class="btn1" style="position: absolute; right: 30px" @click="reset">重置条件</el-button>
-        <el-button class="btn2" @click="funQuery(1)">检索</el-button>
+        <el-button style="position: absolute; right: 30px" @click="reset">重置条件</el-button>
+        <el-button type="primary" @click="funQuery(1)">检索</el-button>
       </div>
     </div>
     <div class="tableBox">
@@ -247,7 +235,7 @@
           </div>
         </div>
 
-        <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('质控列表', '/qualityList')">导出execl</el-button>
+        <el-button type="primary" icon="el-icon-download" @click="funExport('质控列表', '/qualityList')">导出execl</el-button>
       </div>
 
       <el-table :data="tableData" style="width: 100%">
@@ -921,14 +909,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;
@@ -1022,7 +1002,6 @@ export default {
   padding: 8px 16px;
   box-sizing: border-box;
   display: inline-block;
-  min-width: 100px;
   text-align: center;
   border: 1px solid #e2e2e2;
   border-radius: 4px;

+ 3 - 11
src/views/middleCaseControl/caseNumber.vue

@@ -21,10 +21,10 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
           <span class="kong"></span>
-          <el-button class="btn1" @click="reset">重置条件</el-button>
-          <el-button class="sc" type="primary">导出Excel表格</el-button>
+          <el-button @click="reset">重置条件</el-button>
+          <el-button type="primary" icon="el-icon-download">导出Excel表格</el-button>
           <el-button @click="toBack" style="float: right;">返回</el-button>
         </div>
       </div>
@@ -204,14 +204,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 1 - 9
src/views/middleCaseControl/defectNumber.vue

@@ -21,7 +21,7 @@
             placeholder="结束日期"
           ></el-date-picker>
           <span class="kong"></span>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
         </div>
         <el-button @click="toBack" style="position: absolute; right: 35px;">返回</el-button>
       </div>
@@ -178,14 +178,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 11
src/views/outpatient/control/defectNumber.vue

@@ -36,14 +36,14 @@
           </el-select>
         </el-form-item>
         <el-form-item>
-          <el-button class="sc" @click="funQuery">查询</el-button>
+          <el-button type="primary" @click="funQuery">查询</el-button>
         </el-form-item>
         <el-form-item>
-          <el-button type="primary" plain @click="onReset">重置条件</el-button>
+          <el-button @click="onReset">重置条件</el-button>
         </el-form-item>
       </el-form>
       <div>
-        <el-button @click="onExport" type="primary" plain style="float: right; margin-bottom: 16px;">导出Excel</el-button>
+        <el-button @click="onExport" type="primary" icon="el-icon-download" style="float: right; margin-bottom: 16px;">导出Excel</el-button>
         <el-table :data="tableData" style="width: 100%">
           <el-table-column type="index" label="序号"></el-table-column>
           <el-table-column prop="jzsj" label="就诊时间"></el-table-column>
@@ -283,14 +283,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 11
src/views/outpatient/control/shouldDefectNumber.vue

@@ -36,14 +36,14 @@
           </el-select>
         </el-form-item>
         <el-form-item>
-          <el-button type="primary" class="sc" @click="onSearch">查询</el-button>
+          <el-button type="primary" @click="onSearch">查询</el-button>
         </el-form-item>
         <el-form-item style="margin-right: 0; float: right;">
-          <el-button type="primary" plain @click="onReset">重置条件</el-button>
+          <el-button @click="onReset">重置条件</el-button>
         </el-form-item>
       </el-form>
       <div>
-        <el-button @click="onExport" type="primary" plain style="float: right; margin-bottom: 16px;">导出Excel</el-button>
+        <el-button @click="onExport" type="primary" style="float: right; margin-bottom: 16px;">导出Excel</el-button>
         <el-table :data="tableData" style="width: 100%">
           <el-table-column type="index" label="序号"></el-table-column>
           <el-table-column prop="jzsj" label="就诊时间"></el-table-column>
@@ -287,14 +287,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 1 - 13
src/views/reportingCenter/history/gk/index.vue

@@ -25,19 +25,7 @@
           value-format="yyyyMMdd"
           placeholder="结束日期"
         ></el-date-picker>
-        <!-- <el-date-picker
-          v-model="formData.rangeDate"
-          size="large"
-          type="daterange"
-          range-separator="-"
-          start-placeholder="开始日期"
-          end-placeholder="结束日期"
-          format="yyyy 年 MM 月 dd 日"
-          value-format="yyyyMMdd"
-        ></el-date-picker> -->
-        <!-- <span class="demonstration">反馈关键词</span> -->
-        <!-- <el-input class="ins" placeholder="请输入内容"></el-input> -->
-        <el-button class="sc" @click="funQuery">查询</el-button>
+        <el-button type="primary" @click="funQuery">查询</el-button>
       </div>
     </div>
     <div class="tableBox">

+ 1 - 13
src/views/reportingCenter/history/wt/index.vue

@@ -25,19 +25,7 @@
           value-format="yyyyMMdd"
           placeholder="结束日期"
         ></el-date-picker>
-        <!-- <el-date-picker
-          v-model="formData.rangeDate"
-          size="large"
-          type="daterange"
-          range-separator="-"
-          start-placeholder="开始日期"
-          end-placeholder="结束日期"
-          format="yyyy 年 MM 月 dd 日"
-          value-format="yyyyMMdd"
-        ></el-date-picker> -->
-        <!-- <span class="demonstration">反馈关键词</span> -->
-        <!-- <el-input class="ins" placeholder="请输入内容"></el-input> -->
-        <el-button class="sc" @click="funQuery">查询</el-button>
+        <el-button type="primary" @click="funQuery">查询</el-button>
       </div>
     </div>
     <div class="tableBox">

+ 1 - 1
src/views/reportingCenter/history/yb/index.vue

@@ -37,7 +37,7 @@
         <!-- <el-button @click="funQuery" type="primary">查询</el-button> -->
         <!-- <span class="demonstration">反馈关键词</span> -->
         <!-- <el-input class="ins" placeholder="请输入内容"></el-input> -->
-        <el-button class="sc" @click="funQuery">查询</el-button>
+        <el-button type="primary" @click="funQuery">查询</el-button>
       </div>
     </div>
     <div class="tableBox">

+ 1 - 1
src/views/reportingCenter/report/gk/index.vue

@@ -15,7 +15,7 @@
       <el-date-picker v-model="formData.startTime" type="date" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="开始日期"></el-date-picker>
       <el-date-picker v-model="formData.endTime" type="date" style="margin-left: 10px" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="结束日期"></el-date-picker>
       <el-button @click="funQuery" type="primary">查询</el-button>
-      <el-button class="sc" type="primary">国考上报检查</el-button>
+      <el-button type="primary">国考上报检查</el-button>
       <el-dropdown class="lsxd">
         <el-button class="dc" @click="handleClick">
           导出国考反馈信息

+ 1 - 1
src/views/reportingCenter/report/wt/index.vue

@@ -15,7 +15,7 @@
       <el-date-picker v-model="formData.startTime" type="date" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="开始日期"></el-date-picker>
       <el-date-picker v-model="formData.endTime" type="date" style="margin-left: 10px" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="结束日期"></el-date-picker>
       <el-button @click="funQuery" type="primary">查询</el-button>
-      <el-button class="sc" type="primary">卫统上报检查</el-button>
+      <el-button type="primary">卫统上报检查</el-button>
       <el-dropdown class="lsxd">
         <el-button class="dc" @click="handleClick">
           导出卫统反馈信息

+ 1 - 1
src/views/reportingCenter/report/yb/index.vue

@@ -15,7 +15,7 @@
       <el-date-picker v-model="formData.startTime" type="date" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="开始日期"></el-date-picker>
       <el-date-picker v-model="formData.endTime" type="date" style="margin-left: 10px" format="yyyy 年 MM 月 dd 日" value-format="yyyyMMdd" placeholder="结束日期"></el-date-picker>
       <el-button @click="funQuery" type="primary">查询</el-button>
-      <el-button class="sc" type="primary">国考上报检查</el-button>
+      <el-button type="primary">国考上报检查</el-button>
       <el-dropdown class="lsxd">
         <el-button class="dc">
           导出国考反馈信息

+ 0 - 1
src/views/search/components/ProfessionSearch.vue

@@ -147,7 +147,6 @@
         <div class="btn-group">
           <el-button type="primary" class="search-btn" @click="onSearch">检 索</el-button>
           <div class="btn-group-right">
-            <el-button type="primary" plain @click="onExport">导出Excel</el-button>
             <el-button @click="onReset">重置条件</el-button>
           </div>
         </div>

+ 13 - 14
src/views/search/index.vue

@@ -43,7 +43,6 @@
         <div style="margin: 15px" />
       </div>
       <div v-if="choice == 0" class="fBtn" style="position: relative">
-        <el-button type="primary" icon="el-icon-download" style="position: absolute; right: 220px" @click="normalDownload('病历-普通搜索')">导出execl</el-button>
         <el-select v-model="formData0.input1" style="position: absolute; right: 0px" placeholder="检索历史" @change="funSetList()">
           <el-option v-for="(item, index) in setList" :key="index" :label="item" :value="item" />
         </el-select>
@@ -160,12 +159,11 @@
         </el-form>
       </div>
       <div v-if="choice == 1" class="fBtn" style="position: relative">
-        <el-button type="primary" icon="el-icon-download" style="position: absolute; right: 120px" @click="highDownload('病历-高级搜索')">导出execl</el-button>
         <el-button class="btn11" @click="reset">重置条件</el-button>
-        <el-button class="btn2" @click="searchBtn(1)">检索</el-button>
+        <el-button type="primary" @click="searchBtn(1)">检索</el-button>
       </div>
       <!-- 专业检索 -->
-      <ProfessionSearchVue v-if="choice == 2" @search="handleProfessionSearchFn" @export="handelExport" @reset="handleReset" />
+      <ProfessionSearchVue ref="professionSearch" v-if="choice == 2" @search="handleProfessionSearchFn" @export="handelExport" @reset="handleReset" />
     </div>
     <div class="tableBox">
       <div class="flextab" style="margin: 0; margin-bottom: 30px; display: block">
@@ -179,12 +177,15 @@
               个例条相关结果
             </span>
           </div>
-          <div class="title-right" style="margin-top: -30px">
-            <div :class="onClass == '0' ? 'title-right-data' : ''" @click="funOnclass('0')">列表</div>
-            <div :class="onClass == '1' ? 'title-right-data' : ''" @click="funOnclass('1')">详情</div>
-          </div>
         </div>
       </div>
+      <div class="title-right" style="margin-top: -30px">
+        <div :class="onClass == '0' ? 'title-right-data' : ''" @click="funOnclass('0')">列表</div>
+        <div :class="onClass == '1' ? 'title-right-data' : ''" @click="funOnclass('1')">详情</div>
+        <el-button v-if="choice == 0" type="primary" icon="el-icon-download" @click="normalDownload('住院病历-普通检索')" style="margin-left: 20px;">导出Excel</el-button>
+        <el-button v-if="choice == 1" type="primary" icon="el-icon-download" @click="highDownload('住院病历-高级检索')" style="margin-left: 20px;">导出Excel</el-button>
+        <el-button v-if="choice == 2" type="primary" icon="el-icon-download" @click="onExport" style="margin-left: 20px;">导出Excel</el-button>
+      </div>
       <div v-if="onClass == '0'" class="conter" style="border: none">
         <el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%" @selection-change="handleSelectionChange" @sort-change="handleSortChange">
           <el-table-column type="index" :index="indexAdd" label="序号" width="70px" />
@@ -840,11 +841,14 @@ export default {
       } 
     },
     // 导出
+    onExport() {
+      this.$refs.professionSearch.onExport()
+    },
     handelExport(params) {
       professionSearchExport(params).then(res => {
         const content = res.data; // 后台返回二进制数据
         const blob = new Blob([content]);
-        const fileName = `住院病历查询.csv`;
+        const fileName = `住院病历-专业检索.csv`;
         if ('download' in document.createElement('a')) {
           // 非IE下载
           const elink = document.createElement('a');
@@ -929,11 +933,6 @@ export default {
       position: absolute;
       right: 0;
     }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-      width: 240px;
-    }
   }
   .bnh {
     margin: 0 auto;

+ 1 - 6
src/views/searchSystem/components/BLSearch.vue

@@ -230,7 +230,7 @@
           @click="reset"
           >重置条件</el-button
         >
-        <el-button class="btn2" @click="funQuery(1)">检索</el-button>
+        <el-button type="primary" @click="funQuery(1)">检索</el-button>
       </div>
       <div v-else class="fBtn" style="position: relative">
         <!-- 不登陆访问没有导出 -->
@@ -831,11 +831,6 @@ export default {
       position: absolute;
       right: 0;
     }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-      width: 240px;
-    }
   }
   .bnh {
     margin: 0 auto;

+ 3 - 11
src/views/searchSystem/components/CaseHomeSearch.vue

@@ -179,8 +179,8 @@
         </el-form>
       </div>
       <div class="fBtn" style="position: relative">
-        <el-button class="btn1" style="position: absolute; right: 30px" @click="reset">重置条件</el-button>
-        <el-button class="btn2" @click="funQuery">检索</el-button>
+        <el-button style="position: absolute; right: 30px" @click="reset">重置条件</el-button>
+        <el-button @click="funQuery">检索</el-button>
       </div>
     </div>
     <div class="tableBox">
@@ -224,7 +224,7 @@
           </div>
         </div>
         <!-- 不登录没有导出 -->
-        <el-button v-if="!isWhitelist" class="btn1" type="primary" icon="el-icon-download" @click="funExport('质控列表', '/qualityList')">导出execl</el-button>
+        <el-button v-if="!isWhitelist" type="primary" icon="el-icon-download" @click="funExport('质控列表', '/qualityList')">导出execl</el-button>
       </div>
 
       <el-table :data="tableData" border style="width: 100%">
@@ -885,14 +885,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin-bottom: 20px;

+ 3 - 12
src/views/searchSystem/components/DoctorOrderSearch.vue

@@ -48,8 +48,8 @@
         </el-form>
       </div>
       <div class="fBtn" style="position: relative">
-        <el-button class="btn1" style="position: absolute; right: 270px" @click="reset">重置条件</el-button>
-        <el-button class="btn2" @click="seachFunQuery">检索</el-button>
+        <el-button style="position: absolute; right: 270px" @click="reset">重置条件</el-button>
+        <el-button type="primary" @click="seachFunQuery">检索</el-button>
       </div>
     </div>
     <div class="tableBox">
@@ -65,7 +65,7 @@
             </span>
           </div>
           <!-- 不登陆访问没有导出 -->
-          <el-button v-if="!isWhitelist" class="title-left-btn" @click="funExport()">导出Excel</el-button>
+          <el-button v-if="!isWhitelist" class="title-left-btn" icon="el-icon-download" @click="funExport()">导出Excel</el-button>
         </div>
       </div>
 
@@ -378,15 +378,6 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    .btn1 {
-      background: #185da6;
-      color: #fff;
-    }
-    .btn2 {
-      width: 200px;
-      color: #185da6;
-      background: #d5e4ff;
-    }
   }
   .bnh {
     margin: 0 auto;

+ 0 - 1
src/views/work/record/index.vue

@@ -17,7 +17,6 @@
       </el-table>
       <div class="footers">
         <mPagination v-if="tableData && tableData.length !== 0" :data="paginationData" @pageChangeEvent="pageHasChanged"></mPagination>
-        <!-- <el-button class="footersc" type="primary">导出Excel表格</el-button> -->
       </div>
     </div>
   </div>

+ 1 - 1
src/views/yyps/analysis/components/CaseIndexAnalysisListTable.vue

@@ -2,7 +2,7 @@
   <div>
     <div class="btn-box">
       <Title :title="$route.query.ruleName" style="float: left; margin-top: 11px;" />
-      <el-button type="primary" plain style="float: right;" @click="onExport">导出Excel</el-button>
+      <el-button type="primary" plain style="float: right;" @click="onExport" icon="el-icon-download">导出Excel</el-button>
     </div>
     <el-table
       :data="list"