小窗添加按钮
This commit is contained in:
parent
7b7049681a
commit
c557fed280
|
|
@ -2344,6 +2344,18 @@ const Meeting: React.FC = () => {
|
||||||
getRoomKickout(state.channelId, item.uid, item.userName)
|
getRoomKickout(state.channelId, item.uid, item.userName)
|
||||||
}}
|
}}
|
||||||
>移出会议</Button> : null}
|
>移出会议</Button> : null}
|
||||||
|
{item.uid !== user.uid ? <Button
|
||||||
|
type="primary"
|
||||||
|
className='m-ant-btn'
|
||||||
|
style={{ width: '100%', marginTop: '10px' }}
|
||||||
|
size={'small'}
|
||||||
|
onClick={() => {
|
||||||
|
userNameRef.current.changeModal({
|
||||||
|
userName: item.userName,
|
||||||
|
uid: item.uid
|
||||||
|
})
|
||||||
|
}}
|
||||||
|
>修改用户名</Button> : null}
|
||||||
</div>
|
</div>
|
||||||
}>
|
}>
|
||||||
<div className={styles.meetingContentOperation}>
|
<div className={styles.meetingContentOperation}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue