Commit 5709274a by 朱继来

调整

parent c2dface5
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
@if ($order_info['order_goods_type'] == 1) @if ($order_info['order_goods_type'] == 1)
<td>{{ $order_temp_info['erp_sn'] }}</td> <td>{{ $order_temp_info['erp_sn'] }}</td>
@endif @endif
<td>{{ Config('params.order_status')[$order_info['status']] }}</td> <td>{{ @Config('params.order_status')[$order_info['status']] }}</td>
<td>{{ isset($user_info['mobile']) ? $user_info['mobile'] : $user_info['email'] }}</td> <td>{{ isset($user_info['mobile']) ? $user_info['mobile'] : $user_info['email'] }}</td>
@if ($username != 'vpadmin@ichunt.com') @if ($username != 'vpadmin@ichunt.com')
<td> <td>
......
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