设备管理-机场及飞行器的筛选条件都未生效
parent
4751b0a10c
commit
a3bd784ee2
|
|
@ -81,9 +81,16 @@ export const searchFormSchema: FormSchema[] = [
|
|||
colProps: { span: 4 },
|
||||
},
|
||||
{
|
||||
field: 'model',
|
||||
field: 'type',
|
||||
label: '设备型号',
|
||||
component: 'Input',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: 'Dock 1', value: 'Dock 1' },
|
||||
{ label: 'Dock 2', value: 'Dock 2' },
|
||||
{ label: 'Dock 3', value: 'Dock 3' },
|
||||
],
|
||||
},
|
||||
colProps: { span: 4 },
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue