bug修复 管道气审批
This commit is contained in:
@ -21,7 +21,20 @@ export const searchFormSchema: FormSchema[] = [
|
||||
field: 'cuCode',
|
||||
label: '客户名称/简称/编码',
|
||||
component: 'Input',
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'approCode',
|
||||
label: '审批状态',
|
||||
component: 'XjrSelect',
|
||||
componentProps: {
|
||||
datasourceType: 'dic',
|
||||
params: { itemId: '2011630929726271489' },
|
||||
labelField: 'name',
|
||||
valueField: 'value',
|
||||
|
||||
getPopupContainer: () => document.body,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export const columns: BasicColumn[] = [
|
||||
|
||||
Reference in New Issue
Block a user