|
|
@ -96,8 +96,8 @@ export const searchFormSchema: FormSchema[] = [ |
|
|
|
component: 'Select', |
|
|
|
component: 'Select', |
|
|
|
componentProps: { |
|
|
|
componentProps: { |
|
|
|
options: [ |
|
|
|
options: [ |
|
|
|
{ value: true, key: true, label: '成功' }, |
|
|
|
{ value: 1, key: true, label: '成功' }, |
|
|
|
{ value: false, key: false, label: '失败' }, |
|
|
|
{ value: 0, key: false, label: '失败' }, |
|
|
|
], |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
colProps: { span: 8 }, |
|
|
|
colProps: { span: 8 }, |
|
|
|