dev_static
杨树明 5 years ago
parent 75560a90c6
commit aa719044e0

@ -227,11 +227,11 @@ class CCommentItem extends Component{
</Tooltip> } </Tooltip> }
{/* </React.Fragment> {/* </React.Fragment>
} */} } */}
{item.is_appeal_info && isAdmin && item.appeal_status == 1 && <React.Fragment> {item.is_appeal_info && isAdmin && item.appeal_status == 1 && this.props.isAdmin()===true&&<React.Fragment>
<WordsBtn style="grey" onClick={() => this.on_deal_appeal_score(REFUSE, item)} className="fr ml6">拒绝申诉</WordsBtn> <WordsBtn style="grey" onClick={() => this.on_deal_appeal_score(REFUSE, item)} className="fr ml6">拒绝申诉</WordsBtn>
<WordsBtn style="orange" onClick={() => this.on_deal_appeal_score(ACCEPT, item)} className="fr">接受申诉</WordsBtn> <WordsBtn style="orange" onClick={() => this.on_deal_appeal_score(ACCEPT, item)} className="fr">接受申诉</WordsBtn>
</React.Fragment>} </React.Fragment>}
{item.appeal_status == 1 && this.props.is_author == true && {item.appeal_status == 1 && this.props.is_author == true && this.props.isStudent()===true &&
<WordsBtn style="blue" className="fr mr5" onClick={() => this.cancelMyAppeal()}>撤销申诉</WordsBtn>} <WordsBtn style="blue" className="fr mr5" onClick={() => this.cancelMyAppeal()}>撤销申诉</WordsBtn>}
</div> </div>

Loading…
Cancel
Save