石超 2025-08-05 09:49:10 +08:00
commit ad61851e4f
2 changed files with 13 additions and 0 deletions

View File

@ -211,6 +211,7 @@ export const newQitaUseTOOptions = [
export const nowStatusOptions = [
{ label: '待接收', value: '待接收' },
{ label: '待填报', value: '待填报' },
{ label: '待确认', value: '待确认' },
{ label: '已归档', value: '已归档' },
];
export const xcsjNowStatusOptions = [

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: '线索编号',