Commit 5609cc28 by end

修改

parent ea877e9e
No preview for this file type
......@@ -3056,6 +3056,16 @@ class NewTP extends Component {
上架
</a>
</Popconfirm>
<Popconfirm
title="确定要删除吗?"
okText="删除"
cancelText="取消"
onConfirm={() => this.onDelete(record)}
>
<a style={{ marginLeft: "10px", color: "rgb(24, 144, 255)" }}>
删除
</a>
</Popconfirm>
<a
style={{ marginLeft: "10px", color: "rgb(24, 144, 255)" }}
onClick={() => this.showComment(record.id, record.name)}
......@@ -3084,7 +3094,7 @@ class NewTP extends Component {
指定用户
</a>
) : null}
{record.visibleRange === 0 ? (
{/* {record.visibleRange === 0 ? (
<div style={{ marginLeft: "10px" }}>
<ImportUsers
urlParameter="trainingProject"
......@@ -3092,7 +3102,7 @@ class NewTP extends Component {
/>
<ExportBtn urlParameter="trainingProject" scopeId={record.id} />
</div>
) : null}
) : null} */}
{record.sign === 1 ? (
<div>
<Popconfirm
......
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