|
|
|
@ -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>}
|
|
|
|
|