Commit b1a9a3f4c90955b4a4f6abeac14adcc7116c8f3e
1 parent
2d5ea1e8
删除质检头表新增按钮
Showing
1 changed file
with
0 additions
and
4 deletions
src/main/resources/templates/check/checkHeader/checkHeader.html
... | ... | @@ -44,10 +44,6 @@ |
44 | 44 | </form> |
45 | 45 | </div> |
46 | 46 | <div class="btn-group hidden-xs" id="toolbar" role="group"> |
47 | - <a class="btn btn-outline btn-success btn-rounded" onclick="$.operate.add()" | |
48 | - shiro:hasPermission="receipt:receiptHeader:add"> | |
49 | - <i class="fa fa-plus"></i> 新增 | |
50 | - </a> | |
51 | 47 | <a class="btn btn-outline btn-danger btn-rounded" onclick="$.operate.batRemove()" |
52 | 48 | shiro:hasPermission="receipt:receiptHeader:remove"> |
53 | 49 | <i class="fa fa-trash-o"></i> 删除 |
... | ... |