| xqd
@@ -6,7 +6,7 @@
|
|
|
<div class="col-sm-12">
|
|
|
<div class="ibox float-e-margins">
|
|
|
<div class="ibox-title">
|
|
|
- <h5>系统设置</h5>
|
|
|
+ <h5>厂家管理</h5>
|
|
|
<div class="ibox-tools">
|
|
|
<a class="collapse-link"> <i class="fa fa-chevron-up"></i>
|
|
|
</a>
|
| xqd
@@ -67,17 +67,14 @@
|
|
|
@if(role('Album/Manufacturer/destroy'))
|
|
|
<a href="{{ U('Album/Manufacturer/destroy',['id'=>$item->id])}}" onclick="return confirm('你确定执行删除操作?');" class="btn btn-sm btn-danger pull-right">删除</a>
|
|
|
@endif
|
|
|
+ <a onclick="window.open('{{ U('/Base/Index/welcome',['store_id'=>$item->store_id])}}','_blank')" class="btn btn-sm btn-warning pull-right">进入</a>
|
|
|
+ @if(role('Album/Manufacturer/view'))
|
|
|
+ <button onclick="layer.open({type: 2,area: ['80%', '90%'],content: '{{ U('Album/Manufacturer/view',['id'=>$item->id])}}'});"
|
|
|
+ class="btn btn-primary btn-sm">查看
|
|
|
+ </button>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
- <button onclick="window.open('{{ U('/Base/Index/welcome',['store_id'=>$item->store_id])}}','_blank')"
|
|
|
- class="btn btn-warning btn-sm "
|
|
|
- aria-expanded="false">
|
|
|
- 进入
|
|
|
- </button>
|
|
|
- @if(role('Album/Manufacturer/view'))
|
|
|
- <button onclick="layer.open({type: 2,area: ['80%', '90%'],content: '{{ U('Album/Manufacturer/view',['id'=>$item->id])}}'});"
|
|
|
- class="btn btn-primary ">查看
|
|
|
- </button>
|
|
|
- @endif
|
|
|
+
|
|
|
</td>
|
|
|
</tr>
|
|
|
@endforeach
|