Commit 7399bde1cb68e6bf095170753c8da40d541bd8c1

Authored by 魏娟
1 parent 3b75046d

修改库位管理中,错误的按钮样式...

src/main/resources/templates/general/location/location.html
... ... @@ -64,7 +64,7 @@
64 64 <a class="btn btn-outline btn-success btn-rounded" onclick="$.operate.add()" shiro:hasPermission="general:location:add">
65 65 <i class="fa fa-plus"></i> 新增
66 66 </a>
67   - <a class="btn btn-outline btn-sprimary btn-rounded" onclick="addBatch()" shiro:hasPermission="general:location:add">
  67 + <a class="btn btn-outline btn-primary btn-rounded" onclick="addBatch()" shiro:hasPermission="general:location:add">
68 68 <i class="fa fa-plus-square-o"></i> 批量新增
69 69 </a>
70 70 <a class="btn btn-outline btn-danger btn-rounded" onclick="$.operate.batRemove()" shiro:hasPermission="general:location:remove">
... ...