From e0ac4b2223a05f909747b0bbb9255e2ad8058ae1 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Wed, 12 Feb 2025 16:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 8161c6a..264f0c6 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -1200,7 +1200,7 @@ const Meeting: React.FC = () => { } else { item.status-- if (item.status <= 0) { - message.error(`用户${user.userName}设置管理员失败!`) + message.error(`设置${user.userName}发言人失败!`) newApplyUserList.splice(index, 1) } }