dev_cs
杨树林 6 years ago
parent 6067f74b86
commit 727ec30925

@ -388,6 +388,14 @@ class YslDetailCards extends Component{
} }
` `
}</style> }</style>
{
this.props.isStudent()===true&&(stages===undefined||stages===JSON.stringify("[]")||stages.length===0)?
<NoneData></NoneData>
:
""
}
{ {
stages && stages.map((item,key)=>{ stages && stages.map((item,key)=>{
@ -490,6 +498,8 @@ class YslDetailCards extends Component{
</div> </div>
</div> </div>
} }
{
this.props.isAdmin()===true?
<DetailCardsEditAndEdit <DetailCardsEditAndEdit
idsum={idsum} idsum={idsum}
keys={key} keys={key}
@ -500,6 +510,9 @@ class YslDetailCards extends Component{
ysldetailcards={"ysldetailcards"} ysldetailcards={"ysldetailcards"}
pathid={pathid} pathid={pathid}
></DetailCardsEditAndEdit> ></DetailCardsEditAndEdit>
:""
}
</div> </div>
) )
}) })

Loading…
Cancel
Save