餐饮统计导出优化

This commit is contained in:
lhb 2025-05-09 10:04:35 +08:00
parent 5fe33f1976
commit c9ac53f06e

View File

@ -278,9 +278,9 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
exportStatistics(this.queryParams).then(response => {
this.downloadExcel(response.msg);
})
this.download('restaurant/statistics/export', {
...this.queryParams
}, `员工餐费明细_${new Date().getTime()}.xlsx`)
},
/** 科大实习生导出 */
handleExportKd(){