lilei преди 2 години
родител
ревизия
af0085c7da
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      public/version.json
  2. 1 1
      src/views/numsGoodsShelves/vinAnalysis/spList.vue
  3. 1 1
      src/views/numsGoodsShelves/vinAnalysis/vinList.vue

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