ccks作品列表增加已通过按钮

This commit is contained in:
谢思 2022-07-04 14:45:50 +08:00
parent c56613a5ca
commit 53fd4e2f00
3 changed files with 232 additions and 233 deletions

462
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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>
}
}

View File

@ -37,7 +37,7 @@ function Rank({ isLocal, match }) {
dataIndex: 'leader',
},
{
title: '三元组个数',
title: '重复三元组个数',
dataIndex: 'other_score_1',
className: 'textCenter',
},