소스 검색

Merge branch 'master' into 测试

lxf 1 년 전
부모
커밋
e0bb8995c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");
         }
       });
     })