dev_cs
杨树林 6 years ago
parent 0b31885462
commit 8c87ba9bf0

@ -225,7 +225,7 @@ class YslDetailCards extends Component{
editeditbuttomtypecanle=()=>{ editeditbuttomtypecanle=()=>{
this.setState({ this.setState({
editbuttomtype:true, editbuttomtype:true,
editbuttomtypeadd:true editbuttomtypeadd:false
}) })
} }

@ -643,7 +643,7 @@ class DetailCardsEditAndAdd extends Component{
{this.props.detailInfoList===undefined?"":this.props.detailInfoList.allow_statistics===true?editPanel===false?<div className="click_add color-grey-9" onClick={this.addStage}> {this.props.detailInfoList===undefined?"":this.props.detailInfoList.allow_statistics===true?editPanel===false?<div className="click_add color-grey-9" onClick={this.addStage}>
<span className="color-blue_4C" >+点击新建阶段</span>1 <span className="color-blue_4C" >+点击新建阶段</span>1
</div>:'':''} </div>:'':''}
{this.props.detailInfoList===undefined&&this.props.isAdmin()?<div className="click_add color-grey-9" onClick={this.addStage}> {this.props.detailInfoList===undefined&&this.props.isAdmin()&&this.props.editPanel===false?<div className="click_add color-grey-9" onClick={this.addStage}>
<span className="color-blue_4C" >+点击新建阶段</span>1 <span className="color-blue_4C" >+点击新建阶段</span>1
</div>:''} </div>:''}
</div> </div>

Loading…
Cancel
Save