From 9eb36b53559375cfa596c8beb3091dc4e30f31f0 Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Thu, 2 Nov 2023 13:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=90=8E=E7=BC=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounting/invoices/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/accounting/invoices/index.vue b/src/views/accounting/invoices/index.vue index 16a4ead2..85408169 100644 --- a/src/views/accounting/invoices/index.vue +++ b/src/views/accounting/invoices/index.vue @@ -1320,7 +1320,7 @@ export default { /** 下载模板操作 */ importTemplate() { outTemplate().then((response) => { - this.$download.excel(response, "发票模板.zip"); + this.$download.excel(response, "发票模板.xls"); }); }, // 文件上传中处理