Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua
commit
ad61851e4f
|
|
@ -211,6 +211,7 @@ export const newQitaUseTOOptions = [
|
||||||
export const nowStatusOptions = [
|
export const nowStatusOptions = [
|
||||||
{ label: '待接收', value: '待接收' },
|
{ label: '待接收', value: '待接收' },
|
||||||
{ label: '待填报', value: '待填报' },
|
{ label: '待填报', value: '待填报' },
|
||||||
|
{ label: '待确认', value: '待确认' },
|
||||||
{ label: '已归档', value: '已归档' },
|
{ label: '已归档', value: '已归档' },
|
||||||
];
|
];
|
||||||
export const xcsjNowStatusOptions = [
|
export const xcsjNowStatusOptions = [
|
||||||
|
|
|
||||||
|
|
@ -226,6 +226,18 @@ export const searchFormSchema: FormSchema[] = [
|
||||||
placeholder: ['开始日期', '结束日期'],
|
placeholder: ['开始日期', '结束日期'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'pictureflag',
|
||||||
|
label: '是否上传图片',
|
||||||
|
component: 'Select',
|
||||||
|
colProps: { span: 4 },
|
||||||
|
componentProps: {
|
||||||
|
options: [
|
||||||
|
{ label: '已上传', value: true },
|
||||||
|
{ label: '未上传', value: false },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'caseNo',
|
field: 'caseNo',
|
||||||
label: '线索编号',
|
label: '线索编号',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue