修改描述

This commit is contained in:
youngq 2024-10-11 13:59:32 +08:00
parent 5381a47293
commit f710ae42c8
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ const Index: React.FC = () => {
getSubDpList() getSubDpList()
setIsCreateRoom(false) setIsCreateRoom(false)
setCreateRoomModal(true) setCreateRoomModal(true)
}}></div> }}></div>
<div className='meetingContentFooterPopoverCancel' onClick={() => { <div className='meetingContentFooterPopoverCancel' onClick={() => {
changeOpen(index, false) changeOpen(index, false)
}}></div> }}></div>
@ -343,7 +343,7 @@ const Index: React.FC = () => {
</div> </div>
</div> </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>
<div> <div>
{isCreateRoom ? <Input {isCreateRoom ? <Input