|
|
@ -300,21 +300,12 @@ hiddenSearchHigh:true, |
|
|
|
isForm: false, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
value: dayjs().format('YYYY-MM'), |
|
|
|
componentProps: { |
|
|
|
clearable:false, |
|
|
|
type: 'month', |
|
|
|
valueFormat: 'YYYY-MM', |
|
|
|
type: 'month', |
|
|
|
} |
|
|
|
}, |
|
|
|
// search: {
|
|
|
|
// component: 'DatePicker',
|
|
|
|
// value: [dayjs(), dayjs().subtract(-3,'month')],
|
|
|
|
// componentProps: {
|
|
|
|
// valueFormat: 'YYYY-MM-DD',
|
|
|
|
// type: 'daterange',
|
|
|
|
// defaultTime: [new Date('1 '), new Date('1 ')]
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|