From f01ad285f770ef12fcd0aab00dda1afc6addea4d Mon Sep 17 00:00:00 2001 From: lijun Date: Fri, 17 Oct 2025 20:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=A6=81=E7=94=A8=E6=89=93=E5=8D=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/excelreport/designer/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/excelreport/designer/index.vue b/src/views/excelreport/designer/index.vue index bc2c81c..2d3d1e7 100644 --- a/src/views/excelreport/designer/index.vue +++ b/src/views/excelreport/designer/index.vue @@ -410,6 +410,10 @@ export default { dataVerification: {}, //数据验证配置 }, ], + showtoolbar: true, // 默认就是true,可以不设置 + showtoolbarConfig:{ + print: false, + } }; this.sheetData = this.sheetData.map((val) => { if (!val.name) {