dev_forum
hjm 6 years ago
parent 371e6268c6
commit ad989177c7

@ -185,7 +185,7 @@ class CommonWorkItem extends Component{
</Tooltip>
}
{this.props.isAdmin && <div className="fr">
{isAdmin && <div className="fr">
<WordsBtn style="blue" className="fl font-16 ml28" onClick={ () => { this.props.toEditPage(this.props.match.params, item.homework_id) }}>编辑</WordsBtn>
<WordsBtn style="blue" className="fl font-16 ml28" onClick={ () => { this.props.toWorkSettingPage(this.props.match.params, item.homework_id) }}>设置</WordsBtn>
</div>}

Loading…
Cancel
Save