乱占耕地建房线索列表筛选条件问题修改

main
zhufu 2025-11-01 10:23:12 +08:00
parent 4c6f7fd71e
commit 09e26c165d
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ export const columns: BasicColumn[] = [
},
{
title: '线索编号',
dataIndex: 'case_no',
dataIndex: 'caseno',
width: 200,
},
@ -169,7 +169,7 @@ export const searchFormSchema: FormSchema[] = [
component: 'Select',
componentProps: {
options: [
{ label: '未处置', value: '' },
{ label: '未处置', value: 99 },
{ label: '拟处置', value: 0 },
{ label: '已处置', value: 1 },
],