pull/44/head
parent
7e752dc83a
commit
fe80ad76d5
12783
pnpm-lock.yaml
12783
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -98,7 +98,7 @@ export const searchFormSchema: FormSchema[] = [
|
||||||
field: 'jobAdjustment',
|
field: 'jobAdjustment',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING, 'boolean')
|
options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING)
|
||||||
},
|
},
|
||||||
colProps: { span: 4 },
|
colProps: { span: 4 },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue