Update template/module/journey/leg/old_cfg.pug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a10318b74
commit
8820e4990a
@ -1,64 +1,5 @@
|
||||
div
|
||||
div
|
||||
//- .row.text-center
|
||||
//- div
|
||||
//- label Hotel
|
||||
//- multiselect#ajax(
|
||||
//- v-model="journey.leg_get().hotel",
|
||||
//- label="sname",
|
||||
//- track-by="place_id",
|
||||
//- placeholder="Type to search",
|
||||
//- open-direction="bottom",
|
||||
//- :options="query.res",
|
||||
//- :searchable="true",
|
||||
//- :loading="query.type=='hotel'",
|
||||
//- :internal-search="false",
|
||||
//- :clear-on-select="false",
|
||||
//- :options-limit="50",
|
||||
//- :limit="1",
|
||||
//- :max-height="600",
|
||||
//- @search-change="search_hotel"
|
||||
//- )
|
||||
//- .row.text-center
|
||||
//- div
|
||||
//- label Restoration
|
||||
//- multiselect#ajax(
|
||||
//- v-model="journey.leg_get().places.restaurants",
|
||||
//- label="sname",
|
||||
//- track-by="place_id",
|
||||
//- placeholder="Type to search",
|
||||
//- open-direction="bottom",
|
||||
//- :multiple="true",
|
||||
//- :options="query.res",
|
||||
//- :searchable="true",
|
||||
//- :loading="query.type == 'restaurant'",
|
||||
//- :internal-search="false",
|
||||
//- :clear-on-select="false",
|
||||
//- :options-limit="50",
|
||||
//- :limit="10",
|
||||
//- :max-height="600",
|
||||
//- @search-change="search_restaurant"
|
||||
//- )
|
||||
//- .row.text-center
|
||||
div
|
||||
label Activities
|
||||
multiselect#ajax(
|
||||
v-model="journey.leg_get().places.activities",
|
||||
label="sname",
|
||||
track-by="place_id",
|
||||
placeholder="Type to search",
|
||||
open-direction="bottom",
|
||||
:multiple="true",
|
||||
:options="query.res",
|
||||
:searchable="true",
|
||||
:loading="query.type=='place'",
|
||||
:internal-search="false",
|
||||
:clear-on-select="false",
|
||||
:options-limit="50",
|
||||
:limit="10",
|
||||
:max-height="600",
|
||||
@search-change="search_place"
|
||||
)
|
||||
.row.text-center
|
||||
div
|
||||
label Notes
|
||||
|
Loading…
x
Reference in New Issue
Block a user