From d4a414ded288af6240a05b9334b7a12021bbdf7c Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Sun, 14 Sep 2025 11:55:54 +0800 Subject: [PATCH] =?UTF-8?q?Excel=E5=AF=BC=E5=87=BA=E6=90=BA=E5=B8=A6?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/cost/component/applyDetail.vue | 15 ++- .../material/costPush/pushReview/index.vue | 103 ++++++++++-------- 2 files changed, 63 insertions(+), 55 deletions(-) diff --git a/src/views/material/cost/component/applyDetail.vue b/src/views/material/cost/component/applyDetail.vue index 48d6f94c..cf0c80ac 100644 --- a/src/views/material/cost/component/applyDetail.vue +++ b/src/views/material/cost/component/applyDetail.vue @@ -529,7 +529,6 @@ --> -
{ @@ -968,7 +967,7 @@ export default { const currentTime = formatTime(new Date()) let data = _.cloneDeep(this.rowData) const params = { params: JSON.stringify(data) } - this.download('material/slt_agreement_info/exportEach', { ...params }, `各费用明细_${currentTime}.xlsx`) + this.download('material/slt_agreement_info/exportEach', { ...params }, `${this.projectName}_各费用明细_${currentTime}.xlsx`) } } } diff --git a/src/views/material/costPush/pushReview/index.vue b/src/views/material/costPush/pushReview/index.vue index 069f0259..ef66040e 100644 --- a/src/views/material/costPush/pushReview/index.vue +++ b/src/views/material/costPush/pushReview/index.vue @@ -1,28 +1,28 @@ - +