From fc1c45246aaf489e2a9231d4ff9409c6c5ffe44e Mon Sep 17 00:00:00 2001 From: zry <18990852002@163.com> Date: Mon, 12 May 2025 17:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BAexcel=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gold-system/src/views/recharge/allRecharge.vue | 2 +- gold-system/stats.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gold-system/src/views/recharge/allRecharge.vue b/gold-system/src/views/recharge/allRecharge.vue index d81297b..83877e3 100644 --- a/gold-system/src/views/recharge/allRecharge.vue +++ b/gold-system/src/views/recharge/allRecharge.vue @@ -595,7 +595,7 @@ const doExportExcel = async () => { } // 生成最终文件 - writeFile(wb, '客户金币明细.xlsx') + writeFile(wb, '所有充值明细.xlsx') ElMessage.success(`导出成功,共${totalExported}条数据`) } catch (error) { if (!axios.isCancel(error)) { diff --git a/gold-system/stats.html b/gold-system/stats.html index 640cf61..599c874 100644 --- a/gold-system/stats.html +++ b/gold-system/stats.html @@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {