Fixed issue #712
This commit is contained in:
parent
8d486f336c
commit
b4c7bc550c
|
|
@ -114,7 +114,7 @@
|
|||
<option value="gt">{{ __('ui::app.datagrid.greater') }}</option>
|
||||
<option value="lt">{{ __('ui::app.datagrid.less') }}</option>
|
||||
<option value="gte">{{ __('ui::app.datagrid.greatere') }}</option>
|
||||
<option value="lte">{{ __('ui::app.datagrid.equalse') }}</option>
|
||||
<option value="lte">{{ __('ui::app.datagrid.lesse') }}</option>
|
||||
{{-- <option value="btw">{{ __('ui::app.datagrid.between') }}</option> --}}
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue