产权所属者

This commit is contained in:
xixi 2024-06-20 09:14:36 +08:00
parent 7a4f48fde9
commit e8e22ffba9
2 changed files with 14 additions and 14 deletions

View File

@ -85,6 +85,18 @@ export default function Head() {
setIsInvoiceModalOpen(true); setIsInvoiceModalOpen(true);
} }
}, },
{
key: 'belong',
label: (
<div className="dropdown-item">
<MenuFoldOutlined />
<span className="title"></span>
</div>
),
onClick: () => {
setBelongModal(true)
}
},
{ {
key: 'logout', key: 'logout',
label: ( label: (
@ -99,18 +111,7 @@ export default function Head() {
window.location.href = '/copyright/logout' window.location.href = '/copyright/logout'
} }
}, },
{
key: 'belong',
label: (
<div className="dropdown-item">
<MenuFoldOutlined />
<span className="title"></span>
</div>
),
onClick: () => {
setBelongModal(true)
}
},
] ]
return ( return (
@ -231,7 +232,7 @@ export default function Head() {
> >
<InvoiceList /> <InvoiceList />
</Modal> </Modal>
<Modal title="编辑所属者" <Modal title="知识产权所属者"
destroyOnClose destroyOnClose
open={belongModal} open={belongModal}

View File

@ -347,7 +347,6 @@ export default function CopyrightGgoods() {
)} )}
</div> </div>
</div> </div>
) )