Commit b1e37873 by fengshuonan

删除编辑字典

parent b1e60983
......@@ -50,11 +50,6 @@
<i class="fa fa-plus"></i>&nbsp;添加子条目
</button>
@}
@if(shiro.hasPermission("/dict/update")){
<button type="button" class="btn btn-primary waves-effect m-l-5" onclick="Dict.openDictDetail()">
<i class="fa fa-edit"></i>&nbsp;修改
</button>
@}
@if(shiro.hasPermission("/dict/delete")){
<button type="button" class="btn btn-primary waves-effect m-l-5" onclick="Dict.delete()">
<i class="fa fa-remove"></i>&nbsp;删除
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment