lilei 2 anos atrás
pai
commit
af0085c7da

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1666926527744
+  "version": 1666927084048
 }

+ 1 - 1
src/views/numsGoodsShelves/vinAnalysis/spList.vue

@@ -240,7 +240,7 @@ export default {
           _this.exportLoading = true
           _this.spinning = true
           exportReport(params).then(res => {
-            downloadExcel(res, '适配产品统计报表')
+            downloadExcel(res, '适配产品统计')
             _this.exportLoading = false
             _this.spinning = false
           })

+ 1 - 1
src/views/numsGoodsShelves/vinAnalysis/vinList.vue

@@ -256,7 +256,7 @@ export default {
           _this.exportLoading = true
           _this.spinning = true
           exportVinLog(params).then(res => {
-            downloadExcel(res, 'VIN分析表')
+            downloadExcel(res, 'VIN扫描记录')
             _this.exportLoading = false
             _this.spinning = false
           })