added filter from-to on routes index #1296
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Joan Sanchez 2019-04-03 13:51:14 +02:00
parent eab2a29cb5
commit 4ecc1f445a
1 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,16 @@
value-field="id">
</vn-autocomplete>
</vn-horizontal>
<vn-horizontal>
<vn-date-picker vn-one
label="From"
model="filter.from">
</vn-date-picker>
<vn-date-picker vn-one
label="To"
model="filter.to">
</vn-date-picker>
</vn-horizontal>
<vn-horizontal>
<vn-autocomplete
vn-one