Explorar o código

Merge branch 'master' into 测试

lxf hai 1 ano
pai
achega
e0bb8995c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/production/operation/overclaim-detail/index.vue

+ 1 - 1
src/views/production/operation/overclaim-detail/index.vue

@@ -196,7 +196,7 @@ const deriveExcel = () => {
           };
           fileReader.readAsText(res);
         } else {
-          proxy.downloadFile(res, "SKU报价看板-" + moment().format("yyyy-MM-DD") + ".xlsx");
+          proxy.downloadFile(res, "超领明细-" + moment().format("yyyy-MM-DD") + ".xlsx");
         }
       });
     })