|
|
|
@ -100,7 +100,7 @@ class BanksIndex extends Component{
|
|
|
|
|
</Breadcrumb>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<p className="clearfix mt20 mb20">
|
|
|
|
|
<p className="clearfix mt30">
|
|
|
|
|
<span className="fl font-24 color-grey-3 task-hide lineh-30" style={{maxWidth:'800px'}}>{crumbData && crumbData.title}</span>
|
|
|
|
|
{
|
|
|
|
|
crumbData && <span className="bank_is_public">{crumbData.is_public == true ? '公开':'私有'}</span>
|
|
|
|
@ -117,6 +117,7 @@ class BanksIndex extends Component{
|
|
|
|
|
/>)
|
|
|
|
|
}
|
|
|
|
|
}></Route>
|
|
|
|
|
|
|
|
|
|
<Route path='/banks/group/:workId/edit'
|
|
|
|
|
render={
|
|
|
|
|
(props) => {
|
|
|
|
@ -180,6 +181,7 @@ class BanksIndex extends Component{
|
|
|
|
|
(props) => (<Generaljobbankdetails {...this.props} {...props} {...this.state} {...common} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
|
|
|
|
|
</Switch>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|