Commit c881a6fa by 朱继来

调整退货列表

parent 310e1932
Showing with 2 additions and 2 deletions
......@@ -41,8 +41,8 @@
<dt>处理状态:</dt>
<dd>
<select id="apply_status" name="apply_status" class="form-control apply_status selectpicker" title="全部" multiple>
@if (Config('perms.return_status'))
@foreach (Config('perms.return_status') as $k=>$v)
@if (Config('params.return_status'))
@foreach (Config('params.return_status') as $k=>$v)
<option value="{{$k}}">{{$v}}</option>
@endforeach
@endif
......
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