添加数据日志,港口、品种、公司资质证书、LNG气源地调试
This commit is contained in:
@ -23,42 +23,6 @@ export const searchFormSchema: FormSchema[] = [
|
||||
|
||||
getPopupContainer: () => document.body
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'code',
|
||||
label: '编码',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'unitCode',
|
||||
label: '数量单位',
|
||||
component: 'XjrSelect',
|
||||
componentProps: {
|
||||
datasourceType: 'dic',
|
||||
params: { itemId: '1980562721538633730' },
|
||||
labelField: 'name',
|
||||
valueField: 'value',
|
||||
|
||||
getPopupContainer: () => document.body
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'coefficient',
|
||||
label: '车/数量单位',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'sort',
|
||||
label: '显示顺序',
|
||||
component: 'InputNumber',
|
||||
componentProps: {
|
||||
style: { width: '100%' }
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'note',
|
||||
label: '备注',
|
||||
component: 'Input'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user