mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-24 15:56:44 +08:00
Update index_search.html
This commit is contained in:
parent
1924ed9401
commit
727c770ecc
@ -17,7 +17,8 @@
|
||||
<label class="layui-form-label">发送状态</label>
|
||||
<div class="layui-input-inline">
|
||||
<select class="layui-select" name="status">
|
||||
{foreach [''=>'-- 全部 --','0'=>'已发送失败的短信','1'=>'已发送成功的短信'] as $k=>$v}
|
||||
<option value="">-- 全部 --</option>
|
||||
{foreach ['已发送失败的短信','已发送成功的短信'] as $k => $v}
|
||||
{if $k.'' eq input('status')}
|
||||
<option selected value="{$k}">{$v}</option>
|
||||
{else}
|
||||
|
Loading…
x
Reference in New Issue
Block a user