fix: 修复bug

pull/5/head
TianYu 2023-05-30 19:44:45 +08:00
parent 1351a9a075
commit 2b52768408
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ export default {
//
open: false,
//
title: '商户导入',
title: '批量导入',
//
isUploading: false,
//
@ -229,7 +229,7 @@ export default {
},
/** 导入按钮操作 */
handleImport() {
this.upload.title = '推广员导入';
this.upload.title = '批量导入';
this.upload.open = true;
},
//