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