problem_set
杨树明 5 years ago
parent 2f8a115e5a
commit ffbc812709

@ -121,12 +121,10 @@ class Audit_situationComponent extends Component {
{
name: '内容审核情况',
id:1,
type:"未审核"
},
{
name: '性能审核情况',
id:2,
type:"未审核"
},
]}
bordered
@ -143,7 +141,7 @@ class Audit_situationComponent extends Component {
title={<div className={"font-16"}>
<div className={"Itemtitle"}>{item.name}</div>
<Tag color="#FF6800">已完成</Tag>
<Tag color="#bcbcbc">完成</Tag>
<Tag color="#bcbcbc">完成</Tag>
</div>}
description={
<div>

Loading…
Cancel
Save