|
|
@@ -193,7 +193,9 @@
|
|
|
<shiro:hasPermission name="om:candidate:assign">
|
|
|
<a style="margin-left:10px" href='javascript:assign()'> 重新分配 </a>
|
|
|
</shiro:hasPermission>
|
|
|
- <a style="margin-left:10px" href='javascript:blacklist()'> 黑名单 </a>
|
|
|
+ <shiro:hasPermission name="om:candidate:blacklist">
|
|
|
+ <a style="margin-left:10px" href='javascript:blacklist()'> 黑名单 </a>
|
|
|
+ </shiro:hasPermission>
|
|
|
</c:if>
|
|
|
<c:if test="${omCandidate.type==1}">
|
|
|
<a style="margin-left:10px" href='javascript:cancelQuality()'> 取消优质 </a>
|
|
|
@@ -202,7 +204,9 @@
|
|
|
</shiro:hasPermission>
|
|
|
</c:if>
|
|
|
<c:if test="${omCandidate.type==2}">
|
|
|
- <a style="margin-left:10px" href='javascript:cancelBlacklist()'> 解除黑名单 </a>
|
|
|
+ <shiro:hasPermission name="om:candidate:cancelBlacklist">
|
|
|
+ <a style="margin-left:10px" href='javascript:cancelBlacklist()'> 解除黑名单 </a>
|
|
|
+ </shiro:hasPermission>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
</div>
|