lilei 5 days ago
parent
commit
c13466957d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportData/newCustomSales/list.vue

+ 1 - 1
src/views/reportData/newCustomSales/list.vue

@@ -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
       })