Dashboard date filter development start..

This commit is contained in:
Cüneyt Şentürk
2019-12-26 15:15:24 +03:00
parent 91dcb3877f
commit 4168a40cbb
2 changed files with 49 additions and 4 deletions

View File

@ -92,6 +92,21 @@
@section('new_button')
<!--Dashboard General Filter-->
<div class="pull-right">
<el-date-picker
v-model="value2"
type="daterange"
align="right"
unlink-panels
:class="datepicker"
:format="'yyyy-MM-dd'"
:default-time="['00:00:00', '23:59:59']"
range-separator="To"
start-placeholder="Start date"
end-placeholder="End date"
:picker-options="pickerOptions">
</el-date-picker>
</div>
@endsection
@section('content')