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 @@ - +