From 4ec68e5423641c3371356593a1e842cb3b8ddd0e Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Thu, 11 Jan 2024 16:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=87=8F=E5=88=A0=E9=99=A4=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E6=A0=87=E7=AD=BE=E6=A0=87=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/member/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flossom-ui/src/views/system/member/index.vue b/flossom-ui/src/views/system/member/index.vue index cf9e84a..09fa0d4 100644 --- a/flossom-ui/src/views/system/member/index.vue +++ b/flossom-ui/src/views/system/member/index.vue @@ -1393,7 +1393,7 @@ export default { this.title = "添加小程序标签"; } if (this.batchOperateValue == 4) { - this.title = "添加小程序标签"; + this.title = "删除小程序标签"; } this.batchMiniProgramVisible = true; }