Commit 5d4acb27 authored by youjie's avatar youjie

no message

parent 0be6611e
...@@ -719,7 +719,7 @@ export default { ...@@ -719,7 +719,7 @@ export default {
optionsFn(cd) { optionsFn(cd) {
return ( return (
cd >= cd >=
date.formatDate(date.addToDate(new Date(), { days: this.trip.BookAdvance?this.trip.BookAdvance:1 }), "YYYY/MM/DD") date.formatDate(date.addToDate(new Date(), { days: this.trip.BookAdvance?this.trip.BookAdvance:7 }), "YYYY/MM/DD")
); );
}, },
getTime(type) { getTime(type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment