初始化项目
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
baseColProps: { md: 8, lg: 6 },
|
||||
labelWidth: 90,
|
||||
schemas: [
|
||||
{
|
||||
label: t('操作时间'),
|
||||
field: 'dateRange',
|
||||
component: 'RangePicker',
|
||||
componentProps: {},
|
||||
},
|
||||
{
|
||||
label: t('日志类型'),
|
||||
field: 'logType',
|
||||
@@ -89,17 +95,6 @@
|
||||
field: 'bizType',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: t('业务主键'),
|
||||
field: 'bizKey',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: t('操作时间'),
|
||||
field: 'dateRange',
|
||||
component: 'RangePicker',
|
||||
componentProps: {},
|
||||
},
|
||||
],
|
||||
fieldMapToTime: [['dateRange', ['createDate_gte', 'createDate_lte']]],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user