审核列表添加是否上传图片筛选

main
zhufu 2025-08-04 17:01:53 +08:00
parent e92f6a6ee6
commit 7099e7ef81
1 changed files with 12 additions and 0 deletions

View File

@ -226,6 +226,18 @@ export const searchFormSchema: FormSchema[] = [
placeholder: ['开始日期', '结束日期'],
},
},
{
field: 'pictureflag',
label: '是否上传图片',
component: 'Select',
colProps: { span: 4 },
componentProps: {
options: [
{ label: '已上传', value: true },
{ label: '未上传', value: false },
],
},
},
{
field: 'caseNo',
label: '线索编号',