diff --git a/src/views/modules/communityParty/elegant/index.vue b/src/views/modules/communityParty/elegant/index.vue index 592cbeb1..3d8d394f 100644 --- a/src/views/modules/communityParty/elegant/index.vue +++ b/src/views/modules/communityParty/elegant/index.vue @@ -226,7 +226,7 @@ export default { data() { return { uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2', - importBtnTitle: '导入人员数据', + importBtnTitle: '导入数据', importLoading: false, exportBtn: false, exportBtnTitle: '导出', @@ -424,7 +424,7 @@ export default { // this.$message.error('导入失败') // }) this.importLoading = false - this.importBtnTitle = '导入人员数据' + this.importBtnTitle = '导入数据' this.$refs.upload.clearFiles() }, async handleExport() {