Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
e929c565
Commit
e929c565
authored
Mar 27, 2023
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '表设计功能物联设备表分类删除按钮隐藏'
parent
d19a4bde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
20 deletions
+22
-20
index.jsx
src/pages/bsmanager/base/tablemanager/index.jsx
+22
-20
No files found.
src/pages/bsmanager/base/tablemanager/index.jsx
View file @
e929c565
...
@@ -655,26 +655,28 @@ const TableManager = props => {
...
@@ -655,26 +655,28 @@ const TableManager = props => {
style={{ fontSize: '16px', color: '#1890FF' }}
style={{ fontSize: '16px', color: '#1890FF' }}
/>
/>
</Tooltip> */
}
</Tooltip> */
}
<
div
onClick=
{
e
=>
e
.
stopPropagation
()
}
>
{
record
.
groupName
!==
'物联设备表'
?
(
<
Popconfirm
<
div
onClick=
{
e
=>
e
.
stopPropagation
()
}
>
title=
"是否删除该表?"
<
Popconfirm
okText=
"确认"
title=
"是否删除该表?"
cancelText=
"取消"
okText=
"确认"
onConfirm=
{
()
=>
{
cancelText=
"取消"
deleteChart
(
record
);
onConfirm=
{
()
=>
{
}
}
deleteChart
(
record
);
>
}
}
<
Tooltip
title=
"删除"
>
>
{
/* <DeleteOutlined style={{ fontSize: '16px', color: '#e86060' }} /> */
}
<
Tooltip
title=
"删除"
>
<
img
{
/* <DeleteOutlined style={{ fontSize: '16px', color: '#e86060' }} /> */
}
className=
{
styles
.
btnImg
}
<
img
src=
{
deleteSvg
}
className=
{
styles
.
btnImg
}
alt=
""
src=
{
deleteSvg
}
style=
{
{
width
:
'16px'
,
color
:
'#1890FF'
}
}
alt=
""
/>
style=
{
{
width
:
'16px'
,
color
:
'#1890FF'
}
}
</
Tooltip
>
/>
</
Popconfirm
>
</
Tooltip
>
</
div
>
</
Popconfirm
>
</
div
>
)
:
null
}
</
Space
>
</
Space
>
),
),
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment