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

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

Loading…
Cancel
Save