|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
|
{% elif param[1] == 'hidden' %}
|
|
|
<div class="layui-input-inline" style="width:auto" >
|
|
|
- <input type="hidden" name="search_{{key}}"id="search_{{key}}" placeholder="{{value}}" autocomplete="off" class="layui-input" value="{% if data['search'] and key in data['search'] %}{{data['search'][key]}}{% end %}">
|
|
|
+ <input type="hidden" name="search_{{key}}" id="search_{{key}}" placeholder="{{value}}" autocomplete="off" class="layui-input" value="{% if data['search'] and key in data['search'] %}{{data['search'][key]}}{% end %}">
|
|
|
</div>
|
|
|
{% elif param[1] == 'time' %}
|
|
|
<div class="layui-input-inline" style="width:auto">
|