今日提醒
This commit is contained in:
parent
2b705c7c3c
commit
62f923cb88
@ -95,7 +95,7 @@ class PFTodayReminder extends React.Component {
|
||||
}
|
||||
{
|
||||
this.props.data ?
|
||||
<div style={{textAlign:"center",marginTop:"50px",display:this.props.data.taskStatus===0?"block":"none"}}>
|
||||
<div style={{textAlign:"center",marginTop:"50px",display:this.props.data.taskStatus===0 || this.props.data.taskStatus===3?"block":"none"}}>
|
||||
<Button type="primary" onClick={this.onClick} >已办</Button>
|
||||
</div>:null
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user