From 630c8a693bffd62332f2cbcb907b1a5d67ad494c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 6 Mar 2023 10:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/groupQrCodeInfo/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/groupQrCodeInfo/index.vue b/src/views/system/groupQrCodeInfo/index.vue index d402dde..efc195c 100644 --- a/src/views/system/groupQrCodeInfo/index.vue +++ b/src/views/system/groupQrCodeInfo/index.vue @@ -731,7 +731,7 @@ export default { console.log(row); const ids = row.groupName || this.groupName; this.$modal - .confirm('是否确认删除群名称为"' + ids + '"的数据?') + .confirm('确认删除群名称为"' + ids + '"的信息吗?') .then(function() { return delGroupQrCodeInfo(ids); })