mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-11 16:50:09 +08:00
fix: code lint
This commit is contained in:
@@ -61,7 +61,7 @@ const formOptions: VbenFormProps = {
|
||||
},
|
||||
{
|
||||
component: 'RangePicker',
|
||||
defaultValue: [dayjs().subtract(-7, 'days'), dayjs()],
|
||||
defaultValue: [dayjs().subtract(7, 'days'), dayjs()],
|
||||
fieldName: 'date',
|
||||
label: 'Date',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user