Compare commits

..

No commits in common. "863875676d640789782ef8749678fd8da0ebf3d0" and "095e70b4ab69bcbc22574eb067386d08eba13888" have entirely different histories.

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