Fix links.

This commit is contained in:
Yang Luo
2021-02-12 01:07:23 +08:00
parent ee1e08ae20
commit d30c96038d
3 changed files with 36 additions and 1 deletions

View File

@ -105,6 +105,13 @@ class OrganizationListPage extends React.Component {
key: 'websiteUrl',
width: '300px',
sorter: (a, b) => a.websiteUrl.localeCompare(b.websiteUrl),
render: (text, record, index) => {
return (
<a target="_blank" href={text}>
{text}
</a>
)
}
},
{
title: 'Action',