From e37d3453b9d732c25133657d176564248a466c35 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 26 一月 2024 10:17:58 +0800
Subject: [PATCH] 加班管理页面调整编辑表格数据窗口样式

---
 src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue b/src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue
index 7f2f038..9e2abec 100644
--- a/src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue
+++ b/src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue
@@ -27,6 +27,7 @@
                   <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
                   <a-button type="primary" @click="searchReset" icon="reload">閲嶇疆</a-button>
                   <a-button type="primary" @click="exportExcel" icon="download">瀵煎嚭</a-button>
+                  <a-button type="primary" icon="printer" v-print="'#Efficiency'" v-has="'efficiency:print'">鎵撳嵃</a-button>
                 </a-space>
                 <table cellpadding="5" cellspacing="1" style="border: 1px solid darkgray;margin-left: 24px">
                   <tr>

--
Gitblit v1.9.3