案件修改 添加标识号筛选条件
parent
4216a49ba6
commit
7cc38331fa
|
|
@ -219,4 +219,10 @@ export const searchFormSchema: FormSchema[] = [
|
|||
component: 'Input',
|
||||
colProps: { span: 4 },
|
||||
},
|
||||
{
|
||||
field: 'originalcaseno',
|
||||
label: '标识号',
|
||||
component: 'Input',
|
||||
colProps: { span: 4 },
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue