耕地非粮化图斑列表筛选条件增加时间

dianlixunjian
刘妍 2024-09-06 17:31:00 +08:00
parent 1c12e27047
commit 4d5a00a942
1 changed files with 12 additions and 2 deletions

View File

@ -232,12 +232,22 @@ export const searchFormSchema: FormSchema[] = [
field: 'originalcaseno',
label: '标识号',
component: 'Input',
colProps: { span: 8 },
colProps: { span: 4 },
},
{
field: '[startTime, endTime]',
label: '下发时间',
component: 'RangePicker',
colProps: { span: 5 },
componentProps: {
format: 'YYYY-MM-DD',
placeholder: ['开始日期', '结束日期'],
},
},
{
field: 'caseNo',
label: '图斑编号',
component: 'Input',
colProps: { span: 8 },
colProps: { span: 6 },
},
];