优化人员文字

This commit is contained in:
yj 2024-08-16 16:56:50 +08:00
parent 2afea198b9
commit 8b4b91c06b
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ const Meeting: React.FC = () => {
{item.userName}{item.uid === user.uid ? '(我)' : ''} {item.userName}{item.uid === user.uid ? '(我)' : ''}
{item.roleId === '1' || item.isRoomManager ? {item.roleId === '1' || item.isRoomManager ?
<span style={{ color: '#02B188', marginLeft: '4px' }}> <span style={{ color: '#02B188', marginLeft: '4px' }}>
{item.roleId === '1' ? '主讲人' : '主讲人'} {item.roleId === '1' ? '管理员' : '主讲人'}
</span> </span>
: null} : null}
</span> </span>