初始化项目

This commit is contained in:
2026-03-26 22:56:08 +08:00
parent fa16e6d546
commit 0a427d9d58
16 changed files with 1222 additions and 197 deletions

View File

@@ -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']]],
};