From cf200a1f92c01ba22c326c49391f748ffb006910 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 05 Jul 2021 17:28:35 +0800 Subject: [PATCH] 20210617 开售开关 --- src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html b/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html index 0a6b83a..7f50ec1 100644 --- a/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html +++ b/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html @@ -23,15 +23,15 @@ </div> <!-- 表格操作栏 start --> <script type="text/html" id="user-option"> - <span shiro:lacksPermission="user:view,user:update,user:delete"> + <span shiro:lacksPermission="user:view,user:update,user:delete"> <span class="layui-badge-dot febs-bg-orange"></span> 无权限 </span> - <a lay-event="edit" shiro:hasPermission="user:update">编辑 + <button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="edit" shiro:hasPermission="user:update">编辑 <i class="layui-icon febs-edit-area febs-blue"></i> - </a> - <a lay-event="delete" shiro:hasPermission="user:update">删除 + </button> + <button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="delete" shiro:hasPermission="user:update">删除 <i class="layui-icon febs-edit-area febs-blue"></i> - </a> + </button> </script> <!-- 表格操作栏 end --> <script data-th-inline="none" type="text/javascript"> -- Gitblit v1.9.1