@@ -152,7 +152,7 @@ export default {
return
}
_this.spinning = true
- hdExportExcel(codeExportImportError, _this.unLoadData, '轮胎唯一码错误项', function () {
+ hdExportExcel(codeExportImportError, _this.unLoadData, '唯一码错误项', function () {
_this.spinning = false
})
@@ -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: {
@@ -333,7 +333,7 @@ export default {
const params = _this.queryParam
_this.exportLoading = true
- hdExportExcel(excelOnlineList, params, '轮胎追溯列表', function () {
+ hdExportExcel(excelOnlineList, params, '唯一码追溯列表', function () {
_this.exportLoading = false