Compare commits

...

3 Commits

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;
},
//