Browse Source

阶段性提交

soft5566 2 years ago
parent
commit
7a7a871907
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/order/index.vue

+ 1 - 1
src/views/order/index.vue

@@ -181,7 +181,7 @@
 			return {
 				pickerOptions: {
 					disabledDate(time) {
-						return time.getTime() > new Date('2023-08-15');
+						return time.getTime() > new Date('2023-09-15');
 					},
 					shortcuts: [{
 						text: '今天',