@@ -344,7 +344,7 @@ export default {
const params = JSON.parse(JSON.stringify(_this.queryParam))
_this.exportLoading = true
_this.spinning = true
- hdExportExcel(reportDealerNewLogExport, params, '新客户查询', function () {
+ hdExportExcel(reportDealerNewLogExport, params, '新客户首笔销售统计', function () {
_this.exportLoading = false
_this.spinning = false
})