提交 00df72bc 编写于 作者: Mosher's avatar Mosher

增加上下文菜单权限校验

上级 8f7ad09a
<dropdown-item name='${item.name}' disabled={this.nodeModel['${item.name}'].uiaction.disabled}>
<dropdown-item name='${item.name}' v-show={this.nodeModel['${item.name}'].uiaction.visabled} disabled={this.nodeModel['${item.name}'].uiaction.disabled}>
<#if item.isShowIcon()><#if item.getPSSysImage()??><#assign img=item.getPSSysImage()><i class='<#if img.getCssClass()?? && (img.getCssClass()?length gt 0)>${img.getCssClass()}</#if>'></i></#if></#if>
<#if item.isShowCaption()>${item.getCaption()}</#if>
</dropdown-item>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册