Update template/module/short_sec.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
6048b30a18
commit
9d9e79b07d
@ -6,7 +6,7 @@
|
|||||||
input(
|
input(
|
||||||
disabled="",
|
disabled="",
|
||||||
placeholder="No Dates",
|
placeholder="No Dates",
|
||||||
:value="item.dateRange ? format_date(item.dateRange[0]) + ' - ' + format_date(item.dateRange[1]) : ''"
|
:value="item.date_range ? format_date(item.date_range[0]) + ' - ' + format_date(item.date_range[1]) : ''"
|
||||||
)
|
)
|
||||||
.input.col-sm-2
|
.input.col-sm-2
|
||||||
input(disabled="", placeholder="No Hotel", :value="item.hotel.sname")
|
input(disabled="", placeholder="No Hotel", :value="item.hotel.sname")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user