lilei vor 6 Tagen
Ursprung
Commit
c13466957d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
       })