LaveyD 2 tygodni temu
rodzic
commit
8fd8b581fd

+ 1 - 6
src/components/GlobalComponents/OrderDetail.vue

@@ -76,12 +76,7 @@
           <div class="title" style="display: flex;justify-content: space-between;margin-bottom: 10px;">
             <div>
               检票景点明细
-              <el-button
-                type="primary"
-                style="margin-left: 20px;"
-                @click="showColumnConfig">
-                设置显示列
-              </el-button>
+              <i class="el-icon-setting" style="cursor: pointer; margin-left: 10px;" title="设置显示列" @click="showColumnConfig" />
             </div>
             <el-input v-model="ticketNoSearch1" placeholder="输入票号查询"></el-input>
           </div>

+ 1 - 6
src/pages/queryReport/OrderStatistic.vue

@@ -205,12 +205,7 @@
           @click="getSaleStatistic">
           搜索
         </el-button>
-        <el-button
-          :disabled="loading"
-          type="primary"
-          @click="showColumnConfig">
-          设置显示列
-        </el-button>
+        <i class="el-icon-setting" style="cursor: pointer; margin-left: 10px;" title="设置显示列" @click="showColumnConfig" />
       </div>
     </el-form>