|
|
@@ -87,7 +87,7 @@
|
|
|
<view class="fixed-footer">
|
|
|
<button class="add-btn" @click="addNewOrder">新增订单</button>
|
|
|
</view>
|
|
|
- <u-calendar @close="timeShow = false" :show="timeShow" :mode="mode" @confirm="confirm"></u-calendar>
|
|
|
+ <u-calendar min-date="2025-07-01" max-date="2030-07-01" @close="timeShow = false" :show="timeShow" :mode="mode" @confirm="confirm"></u-calendar>
|
|
|
<CustomTabbar :current="1"/>
|
|
|
</view>
|
|
|
|