Commit 5609cc28 by end

修改

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