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) } }