This commit is contained in:
2025-12-02 23:09:40 +08:00
parent 6fe44b3c81
commit 220d358928
24 changed files with 1007 additions and 213 deletions

View File

@@ -61,7 +61,7 @@
labelWidth: 90,
schemas: [
{
label: t('记录日期起'),
label: t('记录时间起'),
field: 'createTime_gte',
component: 'DatePicker',
componentProps: {
@@ -70,7 +70,7 @@
},
},
{
label: t('记录日期止'),
label: t('记录时间止'),
field: 'createTime_lte',
component: 'DatePicker',
componentProps: {
@@ -148,7 +148,7 @@
const tableColumns: BasicColumn<BizProjectRequirements>[] = [
{
title: t('记录日期'),
title: t('记录时间'),
dataIndex: 'createTime',
key: 'a.create_time',
sorter: true,