Commit 53cc0743 by 朱继来

Merge branch 'master' into development

parents c2a79646 d290b788
Showing with 2 additions and 2 deletions
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
</div> </div>
<div class="row-fluid table-responsive"> <div class="row-fluid table-responsive">
<table class="table table-hover"> <table class="table table-hover text-nowrap">
<thead> <thead>
<tr> <tr>
<th class="pl30">会员账号</th> <th class="pl30">会员账号</th>
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
<td class="show-list">{{$username != 'vpadmin@ichunt.com' ? date('Y-m-d H:i:s', $v['create_time']) : date('Y-m-d', $v['create_time'])}}</td> <td class="show-list">{{$username != 'vpadmin@ichunt.com' ? date('Y-m-d H:i:s', $v['create_time']) : date('Y-m-d', $v['create_time'])}}</td>
<td> <td>
<div class="btn-group btn-group-xs"> <div class="btn-group btn-group-xs" style="width: 240px;">
<a class="btn btn-primary" href="/details/{{$v['order_id']}}?tags=self" target="_blank">详情</a> <a class="btn btn-primary" href="/details/{{$v['order_id']}}?tags=self" target="_blank">详情</a>
@if (in_array('self_check_order', $userPerms) && in_array($v['status'], [1, 2])) @if (in_array('self_check_order', $userPerms) && in_array($v['status'], [1, 2]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment