diff --git a/src/views/demo/tiankongdi/auditlist/utils.ts b/src/views/demo/tiankongdi/auditlist/utils.ts index 2bd060a9..00a4cb86 100644 --- a/src/views/demo/tiankongdi/auditlist/utils.ts +++ b/src/views/demo/tiankongdi/auditlist/utils.ts @@ -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: '线索编号',