|
@@ -24,11 +24,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
- @if(role('Medical/Sms/Conf/create'))
|
|
|
|
- <div class="col-sm-3 pull-right">
|
|
|
|
- <a href="{{ U('Medical/Sms/Conf/create')}}" class="btn btn-sm btn-primary pull-right">添加</a>
|
|
|
|
- </div>
|
|
|
|
- @endif
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<table class="table table-striped table-bordered table-hover dataTables-example dataTable">
|
|
<table class="table table-striped table-bordered table-hover dataTables-example dataTable">
|
|
@@ -66,16 +62,11 @@
|
|
<li><a href="{{ U('Medical/Sms/Conf/update',['id'=>$item->id])}}" class="font-bold">修改</a></li>
|
|
<li><a href="{{ U('Medical/Sms/Conf/update',['id'=>$item->id])}}" class="font-bold">修改</a></li>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
- @if(role('Medical/Sms/Conf/destroy'))
|
|
|
|
- <li class="divider"></li>
|
|
|
|
- <li><a href="{{ U('Medical/Sms/Conf/destroy',['id'=>$item->id])}}" onclick="return confirm('你确定执行删除操作?');">删除</a></li>
|
|
|
|
- @endif
|
|
|
|
|
|
+
|
|
|
|
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
- @if(role('Medical/Sms/Conf/view'))
|
|
|
|
- <button onclick="layer.open({type: 2,area: ['80%', '90%'],content: '{{ U('Medical/Sms/Conf/view',['id'=>$item->id])}}'});" class="btn btn-primary ">查看</button>
|
|
|
|
- @endif
|
|
|
|
|
|
+
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|