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