forked from Gitlink/forgeplus-react
ccks作品列表增加已通过按钮
This commit is contained in:
parent
c56613a5ca
commit
53fd4e2f00
File diff suppressed because it is too large
Load Diff
|
@ -130,6 +130,7 @@ function Introduce({ history: { location: { pathname } }, qzDetail, match }) {
|
||||||
><Button size="small" className="mr5">驳回</Button></Popconfirm>}
|
><Button size="small" className="mr5">驳回</Button></Popconfirm>}
|
||||||
{text === 1 && <Button type="primary" size="small" onClick={() => { reject(record.user_id, 2) }}>通过</Button>}
|
{text === 1 && <Button type="primary" size="small" onClick={() => { reject(record.user_id, 2) }}>通过</Button>}
|
||||||
{text === 2 && <Button type="link" size="small" >已通过</Button>}
|
{text === 2 && <Button type="link" size="small" >已通过</Button>}
|
||||||
|
{text === 3 && <Button size="small" disabled>已通过</Button>}
|
||||||
</Fragment>
|
</Fragment>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ function Rank({ isLocal, match }) {
|
||||||
dataIndex: 'leader',
|
dataIndex: 'leader',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '三元组个数',
|
title: '重复三元组个数',
|
||||||
dataIndex: 'other_score_1',
|
dataIndex: 'other_score_1',
|
||||||
className: 'textCenter',
|
className: 'textCenter',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue