@ -1320,7 +1320,7 @@ export default {
/** 下载模板操作 */
importTemplate() {
outTemplate().then((response) => {
this.$download.excel(response, "发票模板.zip");
this.$download.excel(response, "发票模板.xls");
});
},
// 文件上传中处理