Commit 2b782186 by 朱继来

调整显示宽度

parent 71e7918e
Showing with 3 additions and 3 deletions
......@@ -572,7 +572,7 @@
<tbody>
@foreach ($order_shipping_inside as $v)
<tr>
<td>{{date('Y-m-d H:i:s', $v['create_time'])}}</td>
<td width="15%">{{date('Y-m-d H:i:s', $v['create_time'])}}</td>
<td>{{$v['info']}}</td>
</tr>
@endforeach
......@@ -595,8 +595,8 @@
<tbody>
@foreach ($actionLog as $v)
<tr>
<td>{{date('Y-m-d H:i:s', $v->create_time)}}</td>
<td>{{App\Http\Controllers\getOperatorName($v->operator_id, $v->operator_type)}}</td>
<td width="15%">{{date('Y-m-d H:i:s', $v->create_time)}}</td>
<td width="8%">{{App\Http\Controllers\getOperatorName($v->operator_id, $v->operator_type)}}</td>
<td>{{$v->event}}</td>
</tr>
@endforeach
......
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