Merge branch 'yangjie' of https://gitea.23544.com/marking/WGShare.Client.Electron into yangjie
This commit is contained in:
commit
65c3b2f3ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue