|
@@ -176,8 +176,8 @@
|
|
xxl: 12,
|
|
xxl: 12,
|
|
},
|
|
},
|
|
componentProps: {
|
|
componentProps: {
|
|
- format: 'YYYY-MM-DD HH:mm:ss',
|
|
|
|
- placeholder: ['开始时间', '结束时间'],
|
|
|
|
|
|
+ format: 'YYYY-MM-DD',
|
|
|
|
+ // placeholder: ['开始时间', '结束时间'],
|
|
// showTime: { format: 'HH:mm:ss' },
|
|
// showTime: { format: 'HH:mm:ss' },
|
|
disabledDate(current) {
|
|
disabledDate(current) {
|
|
// console.log('current', current, date);
|
|
// console.log('current', current, date);
|