forked from Gitlink/forgeplus-react
Merge pull request 'ccks作品列表增加已通过按钮' (#416) from durian/forgeplus-react:dev_military_admin into pre_dev_military
This commit is contained in:
commit
4ac29b18dd
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>}
|
||||
{text === 1 && <Button type="primary" size="small" onClick={() => { reject(record.user_id, 2) }}>通过</Button>}
|
||||
{text === 2 && <Button type="link" size="small" >已通过</Button>}
|
||||
{text === 3 && <Button size="small" disabled>已通过</Button>}
|
||||
</Fragment>
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ function Rank({ isLocal, match }) {
|
|||
dataIndex: 'leader',
|
||||
},
|
||||
{
|
||||
title: '三元组个数',
|
||||
title: '重复三元组个数',
|
||||
dataIndex: 'other_score_1',
|
||||
className: 'textCenter',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue