fix issues

pull/330/head
vapao 2021-03-27 09:34:22 +08:00
parent db6d3b6aa2
commit 87baca7f26
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class ComTable extends React.Component {
sorter={(a, b) => a.name.localeCompare(b.name)}/>
<Table.Column title="连接地址" dataIndex="hostname" sorter={(a, b) => a.name.localeCompare(b.name)}/>
<Table.Column hide width={100} title="端口" dataIndex="port"/>
<Table.Column hide ellipsis title="备注信息" dataIndex="desc"/>
<Table.Column title="备注信息" dataIndex="desc"/>
{hasPermission('host.host.edit|host.host.del|host.host.console') && (
<Table.Column width={200} title="操作" render={info => (
<Action>