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