Commit e929c565 authored by 涂伟's avatar 涂伟

fix: '表设计功能物联设备表分类删除按钮隐藏'

parent d19a4bde
...@@ -655,6 +655,7 @@ const TableManager = props => { ...@@ -655,6 +655,7 @@ const TableManager = props => {
style={{ fontSize: '16px', color: '#1890FF' }} style={{ fontSize: '16px', color: '#1890FF' }}
/> />
</Tooltip> */} </Tooltip> */}
{record.groupName !== '物联设备表' ? (
<div onClick={e => e.stopPropagation()}> <div onClick={e => e.stopPropagation()}>
<Popconfirm <Popconfirm
title="是否删除该表?" title="是否删除该表?"
...@@ -675,6 +676,7 @@ const TableManager = props => { ...@@ -675,6 +676,7 @@ const TableManager = props => {
</Tooltip> </Tooltip>
</Popconfirm> </Popconfirm>
</div> </div>
) : null}
</Space> </Space>
), ),
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment