lilei 5 天之前
父節點
當前提交
c13466957d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
       })