chenrui 1 рік тому
батько
коміт
4707d7baf0

+ 1 - 1
src/views/productManagement/productSourcePath/chooseImportModal.vue

@@ -152,7 +152,7 @@ export default {
         return
       }
       _this.spinning = true
-      hdExportExcel(codeExportImportError, _this.unLoadData, '轮胎唯一码错误项', function () {
+      hdExportExcel(codeExportImportError, _this.unLoadData, '唯一码错误项', function () {
         _this.spinning = false
       })
     }

+ 2 - 2
src/views/productManagement/productSourcePath/importGuideModal.vue

@@ -74,7 +74,7 @@ import ChooseImportModal from './chooseImportModal.vue'
 import { Upload } from '@/components'
 export default {
   name: 'ImportGuideModal',
-  components: { Upload,ChooseImportModal },
+  components: { Upload, ChooseImportModal },
   props: {
     openModal: { //  弹框显示状态
       type: Boolean,
@@ -95,7 +95,7 @@ export default {
         savePathType: 'local'
       },
       exportLoading: false,
-      filePath: location.protocol + '//' + location.host + '/templ/轮胎唯一码导入模板.xlsx'
+      filePath: location.protocol + '//' + location.host + '/templ/唯一码导入模板.xlsx'
     }
   },
   methods: {

+ 1 - 1
src/views/productManagement/productSourcePath/list.vue

@@ -333,7 +333,7 @@ export default {
       const params = _this.queryParam
       _this.exportLoading = true
       _this.spinning = true
-      hdExportExcel(excelOnlineList, params, '轮胎追溯列表', function () {
+      hdExportExcel(excelOnlineList, params, '唯一码追溯列表', function () {
         _this.exportLoading = false
         _this.spinning = false
       })