From e14e86ab19a96d8a0712ade495356228e8ee8850 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 3 Mar 2022 15:54:38 +0800 Subject: [PATCH] dd --- src/views/modules/communityParty/elegant/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {