Commit cd95a925 authored by 李智书's avatar 李智书

1

parent 3d413275
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</van-tab> </van-tab>
</van-tabs> </van-tabs>
<!-- 选择日期组件 --> <!-- 选择日期组件 -->
<van-calendar v-model="calendar" :min-date="minDate" :max-range="93" :show-confirm="true" position="bottom" <van-calendar v-model="calendar" :allow-same-day="true" :min-date="minDate" :max-range="93" :show-confirm="true" position="bottom"
color="#01CB88" type="range" @confirm="onConfirm" /> color="#01CB88" type="range" @confirm="onConfirm" />
<!-- 门店选择 --> <!-- 门店选择 -->
<van-popup v-model="showPicker" round position="bottom"> <van-popup v-model="showPicker" round position="bottom">
......
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