|
|
@ -103,7 +103,11 @@ export const formSchema: FormSchema[] = [ |
|
|
|
component: 'Select', |
|
|
|
component: 'Select', |
|
|
|
required: true, |
|
|
|
required: true, |
|
|
|
componentProps: { |
|
|
|
componentProps: { |
|
|
|
options: [] |
|
|
|
options: [ |
|
|
|
|
|
|
|
{ label: 'start', value: 'start' }, |
|
|
|
|
|
|
|
{ label: 'take', value: 'take' }, |
|
|
|
|
|
|
|
{ label: 'end', value: 'end' } |
|
|
|
|
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|