调整金课上移下移动权限

issues25489
杨树林 5 years ago
parent 1686fb6c81
commit 15c2121690

@ -324,6 +324,8 @@ class Bullsubdirectory extends Component{
</span> </span>
{ {
this.props.length - 1 === this.props.index ? "" : this.props.length - 1 === this.props.index ? "" :
this.props.isAdmin() === true ?
(this.props.yslbool === false ?
<a className="fr yslbianji mr30" <a className="fr yslbianji mr30"
style={{ style={{
lineHeight: "31px", lineHeight: "31px",
@ -333,9 +335,15 @@ class Bullsubdirectory extends Component{
title="下移"><i title="下移"><i
style={{color: "#4CACFF"}} style={{color: "#4CACFF"}}
className=" font-18 iconfont icon-xiangxiayi"></i></Tooltip></a> className=" font-18 iconfont icon-xiangxiayi"></i></Tooltip></a>
:
""
)
: ""
} }
{ {
this.props.index === 0 ? "" : this.props.index === 0 ? "" :
this.props.isAdmin() === true ?
(this.props.yslbool === false ?
<a className="fr yslbianji mr30" <a className="fr yslbianji mr30"
style={{ style={{
lineHeight: "31px", lineHeight: "31px",
@ -345,6 +353,10 @@ class Bullsubdirectory extends Component{
title="上移"><i title="上移"><i
style={{color: "#4CACFF"}} style={{color: "#4CACFF"}}
className=" font-18 iconfont icon-xiangshangyi"></i></Tooltip></a> className=" font-18 iconfont icon-xiangshangyi"></i></Tooltip></a>
:
""
)
: ""
} }
</div> </div>
<div className="yslclear"></div> <div className="yslclear"></div>

Loading…
Cancel
Save