案件修改 添加标识号筛选条件

dianlixunjian
Zhufu 2024-08-12 10:55:35 +08:00
parent 4216a49ba6
commit 7cc38331fa
1 changed files with 6 additions and 0 deletions

View File

@ -219,4 +219,10 @@ export const searchFormSchema: FormSchema[] = [
component: 'Input',
colProps: { span: 4 },
},
{
field: 'originalcaseno',
label: '标识号',
component: 'Input',
colProps: { span: 4 },
},
];