From 09ec474bf7b7d80ab690ca44807e735ade28ce96 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期四, 25 一月 2024 11:36:36 +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..058065b 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'">鎵撳嵃</a-button> </a-space> <table cellpadding="5" cellspacing="1" style="border: 1px solid darkgray;margin-left: 24px"> <tr> -- Gitblit v1.9.3