修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user