Explorar el Código

阶段性提交

soft5566 hace 3 años
padre
commit
7a7a871907
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: '今天',