审核列表添加是否上传图片筛选
parent
e92f6a6ee6
commit
7099e7ef81
|
|
@ -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: '线索编号',
|
||||
|
|
|
|||
Loading…
Reference in New Issue