徐景良 2024-08-12 16:35:32 +08:00
commit ac487e6988
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 },
},
];