|
|
|
@ -227,11 +227,11 @@ class CCommentItem extends Component{
|
|
|
|
|
</Tooltip> }
|
|
|
|
|
{/* </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="orange" onClick={() => this.on_deal_appeal_score(ACCEPT, item)} className="fr">接受申诉</WordsBtn>
|
|
|
|
|
</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>}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|