yangjie #19

Merged
yangqiang merged 4 commits from yangjie into master 2024-10-11 16:10:36 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 65c3b2f3ad - Show all commits

View File

@ -275,7 +275,7 @@ const Index: React.FC = () => {
getSubDpList()
setIsCreateRoom(false)
setCreateRoomModal(true)
}}></div>
}}></div>
<div className='meetingContentFooterPopoverCancel' onClick={() => {
changeOpen(index, false)
}}></div>
@ -343,7 +343,7 @@ const Index: React.FC = () => {
</div>
</div>
</div>
<Modal title={isCreateRoom ? '新建会议室' : '更新会议信息'} open={createRoomModal} footer={null} closable={false} centered width={'400px'}>
<Modal title={isCreateRoom ? '新建会议室' : '修改会议信息'} open={createRoomModal} footer={null} closable={false} centered width={'400px'}>
<div>
<div>
{isCreateRoom ? <Input