@@ -82,6 +82,11 @@ export default {
style: { width: '100%' },
placeholder: '请选择',
'value-format': 'yyyy-MM-dd HH:mm:ss',
+ 'picker-options': {
+ disabledDate: time => {
+ return time.getTime() < (Date.now() - 86400000)
+ }
},
formItemAttributes: {
label: '预约日期',